Skip to main content

Module full_block

Module full_block 

Source
Expand description

An implementation that uses headers and bodies traits to download full blocks

Structs§

FetchFullBlockFuture
A future that downloads a full block from the network.
FetchFullBlockRangeFuture
A future that downloads a range of full blocks from the network.
FetchFullBlockRangeWithBalFuture
A future that downloads a range of full blocks and optionally their block access lists from the network.
FetchFullBlockWithBalFuture
A future that downloads a full block and optionally its block access lists from the network.
FullBlockClient
A Client that can fetch full blocks from the network.
NoopFullBlockClient
A headers+bodies client implementation that does nothing.
SealedBlockWith
A sealed block with associated data.

Type Aliases§

SealedBlockAccessList
Raw block access-list RLP bytes sealed by header.block_access_list_hash.
SealedBlockWithAccessList
A sealed block with optional validated block access-list data.