Module response

Source
Expand description

State [tower::Service] response types.

Structs§

GetBlockTemplateChainInfo
A structure with the information needed from the state to build a getblocktemplate RPC response.
MinedTx
Information about a transaction in the best chain
NonFinalizedBlocksListener
A listener for changes in the non-finalized state.

Enums§

KnownBlock
An enum of block stores in the state where a block hash could be found.
ReadResponse
A response to a read-only ReadStateService’s ReadRequest.
Response
A response to a StateService Request.

Constants§

NON_FINALIZED_STATE_CHANGE_BUFFER_SIZE 🔒
How many non-finalized block references to buffer in NonFinalizedBlocksListener before blocking sends.