MAUSOLEUM
Operations
Every operation on MAUSOLEUM.
The full operation table for MAUSOLEUM. Each entry is dispatched through MapEngine::handle_request and matched on operation inside the protocols/mausoleum-lib crate.
Index
| Operation | Summary |
|---|---|
initiate | Begin the dissolution sequence under charter authority. |
distribute | Execute asset distribution schedule; receipts recorded. |
seal | Seal the audit chain; final hash published to MARS for perpetual verification. |
Reference
initiate
Begin the dissolution sequence under charter authority.
| Field | Value |
|---|---|
| Capability | map.mausoleum.initiate |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.
distribute
Execute asset distribution schedule; receipts recorded.
| Field | Value |
|---|---|
| Capability | map.mausoleum.distribute |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.
seal
Seal the audit chain; final hash published to MARS for perpetual verification.
| Field | Value |
|---|---|
| Capability | map.mausoleum.seal |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.