Expand description
A block builder implementation for the Essential protocol.
The primary entrypoint to this crate is the build_block_fifo function.
Re-exports§
pub use essential_node as node;
Modules§
- Error type declarations for block building.
- Helpers for constructing temp views into state mutations proposed by sequences of solutions.
Structs§
- Block building configuration.
- A summary of building a block, returned by
build_block_fifo.
Functions§
- Naively build a block in FIFO order.
Type Aliases§
- The index of a solution within a block.