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
- Error type declarations for block building.
- state
- Helpers for constructing temp views into state mutations proposed by sequences of solutions.
Structs§
- Config
- Block building configuration.
- Solution
Sets Summary - A summary of building a block, returned by
build_block_fifo
.
Functions§
- build_
block_ fifo - Naively build a block in FIFO order.
Type Aliases§
- Solution
SetIndex - The index of a solution set within a block.