iota_types::messages_checkpoint

Type Alias CertifiedCheckpointSummary

Source
pub type CertifiedCheckpointSummary = CheckpointSummaryEnvelope<AuthorityStrongQuorumSignInfo>;

Aliased Type§

struct CertifiedCheckpointSummary { /* private fields */ }

Implementations§

Trait Implementations§

Source§

impl TryFrom<SignedCheckpointSummary> for CertifiedCheckpointSummary

Source§

type Error = SdkTypeConversionError

The type returned in the event of a conversion error.
Source§

fn try_from(value: SignedCheckpointSummary) -> Result<Self, Self::Error>

Performs the conversion.