Expand description
State [tower::Service
] response types.
Structs§
- GetBlock
Template Chain Info - A structure with the information needed from the state to build a
getblocktemplate
RPC response. - MinedTx
- Information about a transaction in the best chain
- NonFinalized
Blocks Listener - A listener for changes in the non-finalized state.
Enums§
- 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
StateService
Request
.
Constants§
- NON_
FINALIZED_ 🔒STATE_ CHANGE_ BUFFER_ SIZE - How many non-finalized block references to buffer in
NonFinalizedBlocksListener
before blocking sends.