Skip to main content

CheckpointContentsDigest

Namespace: IotaSdk

The digest of a CheckpointContents.

public class CheckpointContentsDigest : ICheckpointContentsDigest, System.IEquatable`1[[IotaSdk.CheckpointContentsDigest, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.IDisposable

Inheritance ObjectCheckpointContentsDigest
Implements ICheckpointContentsDigest, IEquatable<CheckpointContentsDigest>, IDisposable
Attributes NullableContextAttribute, NullableAttribute

Constructors

CheckpointContentsDigest(UInt64)

public CheckpointContentsDigest(ulong pointer)

Parameters

pointer UInt64

Methods

Destroy()

public void Destroy()

Dispose()

public void Dispose()

NextLexicographical()

Returns the next digest in byte-increasing order.

public CheckpointContentsDigest NextLexicographical()

Returns

CheckpointContentsDigest

NextLexicographicalOpt()

Returns the next digest in byte-increasing order, or None if the result would overflow.

public CheckpointContentsDigest? NextLexicographicalOpt()

Returns

CheckpointContentsDigest?

ToBase58()

public string ToBase58()

Returns

String

ToBytes()

public Byte[] ToBytes()

Returns

Byte[]

ToString()

public override string ToString()

Returns

String

Equals(CheckpointContentsDigest)

public bool Equals(CheckpointContentsDigest? other)

Parameters

other CheckpointContentsDigest?

Returns

Boolean

Equals(Object)

public override bool Equals(object? obj)

Parameters

obj Object?

Returns

Boolean

GetHashCode()

public override int GetHashCode()

Returns

Int32

FromBase58(String)

public static CheckpointContentsDigest FromBase58(string base58)

Parameters

base58 String

Returns

CheckpointContentsDigest

Exceptions

SdkFfiException

FromBytes(Byte[])

public static CheckpointContentsDigest FromBytes(Byte[] bytes)

Parameters

bytes Byte[]

Returns

CheckpointContentsDigest

Exceptions

SdkFfiException

Random()

public static CheckpointContentsDigest Random()

Returns

CheckpointContentsDigest