Expand description
State inspection endpoints.
GET /state- Get node state with optional JSONPath filterPOST /state- Get node state with JSONPath filter in bodyGET /state/peers- Get connected peersGET /state/message-progress- Get message progress
The JSONPath filter implementation is in impl mina_node::rpc_effectful::RpcService for NodeService.
Structsยง
- State
Query ๐Params
Functionsยง
- message_
progress ๐ - Message progress
- peers ๐
- Connected peers
- routes
- State routes
- state_
get ๐ - Node state with optional JSONPath filter (query param)
- state_
handler ๐ - Shared handler for state requests
- state_
post ๐ - Node state with JSONPath filter in body