Skip to main content

Module messages_checkpoint

Module messages_checkpoint 

Source

Structs§

CheckpointRequest
CheckpointResponse
CheckpointSignatureMessage
This is a message validators publish to consensus in order to sign checkpoint
CheckpointSummary
A header for a Checkpoint on the IOTA blockchain.
CheckpointVersionSpecificDataV1
ECMHLiveObjectSetDigest
The Sha256 digest of an EllipticCurveMultisetHash committing to the live object set.
EndOfEpochData
Data, which when included in a CheckpointSummary, signals the end of an Epoch.
FullCheckpointContents
Same as CheckpointContents, but contains full contents of all Transactions and TransactionEffects associated with the checkpoint.
VerifiedCheckpointContents

Enums§

CheckpointCommitment
A commitment made by a checkpoint.
CheckpointContents
The committed to contents of a checkpoint.
CheckpointSummaryResponse
CheckpointVersionSpecificData
Holds data in CheckpointSummary that is serialized into the version_specific_data field.

Traits§

CheckpointContentsExt
Node-only helpers for CheckpointContents, which is defined in iota_sdk_types. They bridge the node’s ExecutionDigests representation to the SDK type’s parallel [CheckpointTransactionInfo] form.
CheckpointSummaryExt
Node-only helpers for CheckpointSummary, which is defined in iota_sdk_types. These live on an extension trait because inherent methods cannot be added to a type that is foreign to this crate.

Type Aliases§

CertifiedCheckpointSummary
CheckpointSequenceNumber
CheckpointSummaryEnvelope
CheckpointTimestamp
SignedCheckpointSummary
TrustedCheckpoint
VerifiedCheckpoint