Available on crate feature
network only.Expand description
An implementation that uses headers and bodies traits to download full blocks
Structs§
- Fetch
Full Block Future - A future that downloads a full block from the network.
- Fetch
Full Block Range Future - A future that downloads a range of full blocks from the network.
- Fetch
Full Block Range With BalFuture - A future that downloads a range of full blocks and optionally their block access lists from the network.
- Fetch
Full Block With BalFuture - A future that downloads a full block and optionally its block access lists from the network.
- Full
Block Client - A Client that can fetch full blocks from the network.
- Noop
Full Block Client - A headers+bodies client implementation that does nothing.
- Sealed
Block With - A sealed block with associated data.
Type Aliases§
- Sealed
Block Access List - Raw block access-list RLP bytes sealed by
header.block_access_list_hash. - Sealed
Block With Access List - A sealed block with optional validated block access-list data.