Modules§
Structs§
- Context
- Dynamic
Capability Change - Dynamic
Capability Set - GetBlock
Hashes ByEpoch - GetBlock
Hashes Response - GetBlock
Headers - GetBlock
Headers Response - GetBlock
Txn - GetBlock
TxnResponse - GetBlocks
- GetBlocks
Response - GetBlocks
With Public Response - GetCompact
Blocks - GetCompact
Blocks Response - GetTerminal
Block Hashes - GetTerminal
Block Hashes Response - GetTransactions
- GetTransactions
From TxHashes - GetTransactions
From TxHashes Response - GetTransactions
Response - Heartbeat
- KeyContainer
- Common key container for all inflight requests. The supported message types are all registered in the Default constructor.
- NewBlock
- NewBlock
Hashes - Snapshot
Chunk Request - Snapshot
Chunk Response - Snapshot
Manifest Request - Snapshot
Manifest Response - State
Sync Candidate Request - State
Sync Candidate Response - Status
V2 - Status
V3 - Throttled
- Transaction
Digests - Transactions
Enums§
Traits§
Functions§
- handle_
rlp_ message - handle the RLP encoded message with given context
ctx
. If the message not handled, returnOk(false)
. Otherwise, returnOk(true)
if handled successfully or Err(e) on any error.