Expand description
Provides a small module for each endpoint with associated PATH and handler.
Modules§
- health_
check - The return a health check response.
- list_
blocks - The
list-blocksget endpoint. - query_
state - The
query-stateget endpoint. - subscribe_
blocks - The
subscribe-blocksget endpoint.
Structs§
- Block
Range - A range in blocks, used for the
list-blocksandlist-contractsendpoints. - Start
Block - Type to deserialize a block number query parameter.
Enums§
- Error
- Any endpoint error that might occur.
- Subscription
Error - An error produced by a subscription endpoint stream.