MAP Docs
MOOT

Operations

Every operation on MOOT.

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

Index

OperationSummary
fileFile a case: caller, respondent, claim, evidence, requested remedy.
pleadFile a structured plea or response; evidence channels open through MAVEN.
ruleIssue a ruling; binding under the active charter; appealable under stated terms.

Reference

file

File a case: caller, respondent, claim, evidence, requested remedy.

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

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

plead

File a structured plea or response; evidence channels open through MAVEN.

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

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

rule

Issue a ruling; binding under the active charter; appealable under stated terms.

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

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

On this page