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
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
.