pub type HistoryInput<F> = ComposeInput<F, HistoryCommit>;
Expand description
Input committing a previous block hash to the corresponding Beacon Chain block root.
Aliased Typeยง
struct HistoryInput<F> { /* private fields */ }
pub type HistoryInput<F> = ComposeInput<F, HistoryCommit>;
Input committing a previous block hash to the corresponding Beacon Chain block root.
struct HistoryInput<F> { /* private fields */ }