Re-exports§
pub use crate::digests::CheckpointContentsDigest;pub use crate::digests::CheckpointDigest;
Structs§
- Checkpoint
Artifacts  - 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
Request V2  - Checkpoint
Response  - Checkpoint
Response V2  - 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
Artifact  - CheckpointArtifact is a type that represents various artifacts of a checkpoint. We hash all the artifacts together to get the checkpoint artifacts digest that is included in the checkpoint summary.
 - Checkpoint
Commitment  - Checkpoint
Contents  - Checkpoint
Summary Response  - Checkpoint
Version Specific Data  - Holds data in CheckpointSummary that is serialized into the 
version_specific_datafield.