Trait bp_header_chain::FinalityProof[][src]

pub trait FinalityProof<Number>: Clone + Send + Sync + Debug {
    fn target_header_number(&self) -> Number;
}
Expand description

Abstract finality proof that is justifying block finality.

Required methods

Return number of header that this proof is generated for.

Implementors