Type Alias linera_chain::types::ConfirmedBlockCertificate

source ·
pub type ConfirmedBlockCertificate = GenericCertificate<ConfirmedBlock>;
Expand description

Certificate for a ConfirmedBlock instance. A confirmed block certificate means that the block is finalized: It is the agreed block at that height on that chain.

Aliased Type§

struct ConfirmedBlockCertificate {
    pub round: Round,
    /* private fields */
}

Fields§

§round: Round