MAP Docs
MAZE

Operations

Every operation on MAZE.

The full operation table for MAZE. Each entry is dispatched through MapEngine::handle_request and matched on operation inside the protocols/maze crate.

Index

OperationSummary
topologyRender the current topology of relationships, scoped by access policy.
proveProduce a ZK proof of a structural property without revealing the graph.
pathFind paths between two nodes under capability scope.

Reference

topology

Render the current topology of relationships, scoped by access policy.

FieldValue
Capabilitymap.maze.topology
IdempotentYes
{
  "example": true
}

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

prove

Produce a ZK proof of a structural property without revealing the graph.

FieldValue
Capabilitymap.maze.prove
IdempotentYes
{
  "example": true
}

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

path

Find paths between two nodes under capability scope.

FieldValue
Capabilitymap.maze.path
IdempotentYes
{
  "example": true
}

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

On this page