Structs§
- Checkpoint
Request - Checkpoint
Response - Checkpoint
Signature Message - This is a message validators publish to consensus in order to sign checkpoint
- Checkpoint
Version Specific Data V1 - ECMH
Live Object SetDigest - The Sha256 digest of an EllipticCurveMultisetHash committing to the live object set.
- Full
Checkpoint Contents - Same as CheckpointContents, but contains full contents of all Transactions and TransactionEffects associated with the checkpoint.
- Verified
Checkpoint Contents
Enums§
- Checkpoint
Summary Response - Checkpoint
Version Specific Data - Holds data in CheckpointSummary that is serialized into the
version_specific_datafield.
Traits§
- Checkpoint
Contents Ext - Node-only helpers for [
CheckpointContents], which is defined iniota_sdk_types. They bridge the node’sExecutionDigestsrepresentation to the SDK type’s parallel [CheckpointTransactionInfo] form. - Checkpoint
Summary Ext - Node-only helpers for [
CheckpointSummary], which is defined iniota_sdk_types. These live on an extension trait because inherent methods cannot be added to a type that is foreign to this crate.