pub type CanonicalCheckpointCandidate = CheckpointCandidate;Aliased Type§
pub struct CanonicalCheckpointCandidate {
pub checkpoint_bytes: CanonicalBytes,
pub through_step_seq: WireU64,
pub covered_head: Digest,
pub state_digest: Digest,
pub ack_token: CheckpointAckToken,
}Fields§
§checkpoint_bytes: CanonicalBytes§through_step_seq: WireU64§covered_head: Digest§state_digest: Digest§ack_token: CheckpointAckToken