Type Alias sc_consensus_beefy::justification::BeefyVersionedFinalityProof
source · pub type BeefyVersionedFinalityProof<Block, AuthorityId> = VersionedFinalityProof<NumberFor<Block>, <AuthorityId as RuntimeAppPublic>::Signature>;
Expand description
A finality proof with matching BEEFY authorities’ signatures.
Aliased Type§
enum BeefyVersionedFinalityProof<Block, AuthorityId> {
V1(SignedCommitment<<<Block as Block>::Header as Header>::Number, <AuthorityId as RuntimeAppPublic>::Signature>),
}
Variants§
V1(SignedCommitment<<<Block as Block>::Header as Header>::Number, <AuthorityId as RuntimeAppPublic>::Signature>)
Current active version