pub type CertifiedCheckpointSummary = CheckpointSummaryEnvelope<AuthorityStrongQuorumSignInfo>;

Aliased Type§

struct CertifiedCheckpointSummary { /* private fields */ }

Implementations§

Trait Implementations§

source§

impl From<SignedCheckpointSummary> for CertifiedCheckpointSummary

source§

fn from(value: SignedCheckpointSummary) -> Self

Converts to this type from the input type.