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-blocks
get endpoint. - query_
state - The
query-state
get endpoint. - subscribe_
blocks - The
subscribe-blocks
get endpoint.
Structs§
- Block
Range - A range in blocks, used for the
list-blocks
andlist-contracts
endpoints. - 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.