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.
Type Aliases§
- Sealed
Block With Access List - A sealed block with optional validated raw block access-list data.