pub trait FinalizationInfo {
    // Required method
    fn finalized_number(&self) -> BlockNumber;
}
Expand description

Supplies finalized number. Will be unified together with other traits we used in A0-1839.

Required Methods§

Implementors§