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.

Type Aliases§

SealedBlockWithAccessList
A sealed block with optional validated raw block access-list data.