HistoryInput

Type Alias HistoryInput 

Source
pub type HistoryInput<F> = ComposeInput<F, HistoryCommit>;
Expand description

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

Aliased Typeยง

pub struct HistoryInput<F> { /* private fields */ }