type TempoFinalization = Finalization<Scheme<PublicKey, MinSig>, Digest>;Aliased Type§
struct TempoFinalization {
pub proposal: Proposal<Digest>,
pub certificate: Certificate<MinSig>,
}Fields§
§proposal: Proposal<Digest>The proposal that has been finalized.
certificate: Certificate<MinSig>The recovered certificate for the proposal.
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 392 bytes