Module message

Source

Modules§

msgid

Structs§

Context
DynamicCapabilityChange
DynamicCapabilitySet
GetBlockHashesByEpoch
GetBlockHashesResponse
GetBlockHeaders
GetBlockHeadersResponse
GetBlockTxn
GetBlockTxnResponse
GetBlocks
GetBlocksResponse
GetBlocksWithPublicResponse
GetCompactBlocks
GetCompactBlocksResponse
GetTerminalBlockHashes
GetTerminalBlockHashesResponse
GetTransactions
GetTransactionsFromTxHashes
GetTransactionsFromTxHashesResponse
GetTransactionsResponse
Heartbeat
KeyContainer
Common key container for all inflight requests. The supported message types are all registered in the Default constructor.
NewBlock
NewBlockHashes
SnapshotChunkRequest
SnapshotChunkResponse
SnapshotManifestRequest
SnapshotManifestResponse
StateSyncCandidateRequest
StateSyncCandidateResponse
StatusV2
StatusV3
Throttled
TransactionDigests
Transactions

Enums§

DynamicCapability
Key

Traits§

Handleable

Functions§

handle_rlp_message
handle the RLP encoded message with given context ctx. If the message not handled, return Ok(false). Otherwise, return Ok(true) if handled successfully or Err(e) on any error.