pub type HeaderGrandpaInfo<Header> = HeaderFinalityInfo<GrandpaJustification<Header>, JustificationVerificationContext>;Expand description
Processed Grandpa-related info associated to a header.
Aliased Type§
struct HeaderGrandpaInfo<Header> {
    pub finality_proof: GrandpaJustification<Header>,
    pub new_verification_context: Option<JustificationVerificationContext>,
}Fields§
§finality_proof: GrandpaJustification<Header>The header finality proof.
new_verification_context: Option<JustificationVerificationContext>The new verification context introduced by the header.