Skip to main content

CheckpointCommitmentInterface

type CheckpointCommitmentInterface

A commitment made by a checkpoint.

BCS

The BCS serialized form for this type is defined by the following ABNF:

```text ; CheckpointCommitment is an enum and each variant is prefixed with its index checkpoint-commitment = ecmh-live-object-set ecmh-live-object-set = %d00 digest ```

type CheckpointCommitmentInterface interface {
AsEcmhLiveObjectSetDigest() *Digest
IsEcmhLiveObjectSet() bool
}