Re-exports§
pub use crate::digests::CheckpointContentsDigest;
pub use crate::digests::CheckpointDigest;
Structs§
- Checkpoint
Contents V1 - CheckpointContents are the transactions included in an upcoming checkpoint. They must have already been causally ordered. Since the causal order algorithm is the same among validators, we expect all honest validators to come up with the same order for each checkpoint content.
- Checkpoint
Request - Checkpoint
Response - Checkpoint
Signature Message - This is a message validators publish to consensus in order to sign checkpoint
- Checkpoint
Summary - Checkpoint
Version Specific Data V1 - ECMH
Live Object SetDigest - The Sha256 digest of an EllipticCurveMultisetHash committing to the live object set.
- EndOf
Epoch Data - Full
Checkpoint Contents - Same as CheckpointContents, but contains full contents of all Transactions and TransactionEffects associated with the checkpoint.
- Verified
Checkpoint Contents
Enums§
- Checkpoint
Commitment - Checkpoint
Contents - Checkpoint
Summary Response - Checkpoint
Version Specific Data - Holds data in CheckpointSummary that is serialized into the
version_specific_data
field.