Skip to main content

CheckpointCommitment

Namespace: IotaSdk

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
public class CheckpointCommitment : ICheckpointCommitment, System.IDisposable

Inheritance ObjectCheckpointCommitment
Implements ICheckpointCommitment, IDisposable

Constructors

CheckpointCommitment(UInt64)

public CheckpointCommitment(ulong pointer)

Parameters

pointer UInt64

Methods

Destroy()

public void Destroy()

Dispose()

public void Dispose()

AsEcmhLiveObjectSetDigest()

public Digest AsEcmhLiveObjectSetDigest()

Returns

Digest

IsEcmhLiveObjectSet()

public bool IsEcmhLiveObjectSet()

Returns

Boolean