MAP Docs
MACE

Operations

Every operation on MACE.

The full operation table for MACE. Each entry is dispatched through MapEngine::handle_request and matched on operation inside the protocols/mace-lib crate.

Index

OperationSummary
conveneConvene a council with declared composition, quorum, deadline.
deliberateOpen the floor for structured argument; each delegate's reasoning recorded.
tallyTally votes, declare verdict; dissent filed alongside in the audit record.

Reference

convene

Convene a council with declared composition, quorum, deadline.

FieldValue
Capabilitymap.mace.convene
IdempotentNo — supply Idempotency-Key for safe retries
{
  "example": true
}

Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.

deliberate

Open the floor for structured argument; each delegate's reasoning recorded.

FieldValue
Capabilitymap.mace.deliberate
IdempotentNo — supply Idempotency-Key for safe retries
{
  "example": true
}

Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.

tally

Tally votes, declare verdict; dissent filed alongside in the audit record.

FieldValue
Capabilitymap.mace.tally
IdempotentNo — supply Idempotency-Key for safe retries
{
  "example": true
}

Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.

On this page