linera_chain::types

Type Alias TimeoutCertificate

Source
pub type TimeoutCertificate = GenericCertificate<Timeout>;
Expand description

Certificate for a Timeout instance. A timeout certificate means that the next consensus round has begun.

Aliased Type§

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

Fields§

§round: Round