Expand description
State [tower::Service] response types.
Structs§
- GetBlock
Template Chain Info - A structure with the information needed from the state to build a
getblocktemplateRPC response. - MinedTx
- Information about a transaction in the best chain
- NonFinalized
Blocks Listener - A listener for changes in the non-finalized state.
Enums§
- AnyTx
- Information about a transaction in any chain.
- Known
Block - An enum of block stores in the state where a block hash could be found.
- Read
Response - A response to a read-only
ReadStateService’sReadRequest. - Response
- A response to a
StateServiceRequest.
Constants§
- NON_
FINALIZED_ 🔒STATE_ CHANGE_ BUFFER_ SIZE - How many non-finalized block references to buffer in
NonFinalizedBlocksListenerbefore blocking sends.