Status reference
System health and contract deployment status shapes.
#SystemCheck
| Field | Type | Meaning |
|---|---|---|
| id | enum | application/market/rpc/engine/ledger/wallet |
| status | enum | operational/degraded/unavailable |
| detail | string | Literal current diagnostic |
| checkedAt | ISO string | Check time |
| latencyMs | number? | Measured request duration |
| value | number? | Count when relevant |
#Contract status
| Field | Type |
|---|---|
| name | string |
| status | deployed | not-deployed |
| address | address | null |