Type Alias risc0_steel::history::HistoryInput

source ·
pub type HistoryInput<H> = ComposeInput<H, HistoryCommit>;
Available on crate feature unstable-history only.
Expand description

Input committing a previous block hash to the corresponding Beacon Chain block root.

Aliased Type§

struct HistoryInput<H> { /* private fields */ }