pub type Finalization = Finalization<MinSig, Digest>;Aliased Type§
pub struct Finalization {
pub proposal: Proposal<Digest>,
pub proposal_signature: G1,
pub seed_signature: G1,
}Fields§
§proposal: Proposal<Digest>The proposal that has been finalized
proposal_signature: G1The recovered threshold signature on the proposal
seed_signature: G1The recovered threshold signature on the seed (for leader election/randomness)