Type Alias bp_header_chain::StoredHeaderGrandpaInfo
source · pub type StoredHeaderGrandpaInfo<Header> = HeaderFinalityInfo<GrandpaJustification<Header>, AuthoritySet>;
Expand description
Grandpa-related info associated to a header. This info can be saved to events.
Aliased Type§
struct StoredHeaderGrandpaInfo<Header> {
pub finality_proof: GrandpaJustification<Header>,
pub new_verification_context: Option<AuthoritySet>,
}
Fields§
§finality_proof: GrandpaJustification<Header>
The header finality proof.
new_verification_context: Option<AuthoritySet>
The new verification context introduced by the header.