Skip to main content

CheckpointCommitment

open class CheckpointCommitment : Disposable, AutoCloseable, CheckpointCommitmentInterface

A commitment made by a checkpoint.

BCS

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

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

Functions

NameSummary
asEcmhLiveObjectSetDigestopen override fun asEcmhLiveObjectSetDigest(): Digest
close@Synchronized
open override fun close()
destroyopen override fun destroy()
isEcmhLiveObjectSetopen override fun isEcmhLiveObjectSet(): Boolean