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
| Operation | Summary |
|---|---|
topology | Render the current topology of relationships, scoped by access policy. |
prove | Produce a ZK proof of a structural property without revealing the graph. |
path | Find paths between two nodes under capability scope. |
Reference
topology
Render the current topology of relationships, scoped by access policy.
| Field | Value |
|---|---|
| Capability | map.maze.topology |
| Idempotent | Yes |
{
"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.
| Field | Value |
|---|---|
| Capability | map.maze.prove |
| Idempotent | Yes |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.
path
Find paths between two nodes under capability scope.
| Field | Value |
|---|---|
| Capability | map.maze.path |
| Idempotent | Yes |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.