Skip to main content

IObjectDigest

Namespace: IotaSdk

The digest of an Object.

public interface IObjectDigest : System.IEquatable`1[[IotaSdk.ObjectDigest, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Implements IEquatable<ObjectDigest>
Attributes NullableContextAttribute

Methods

IsAlive()

Returns whether the digest represents an object that is neither deleted nor wrapped.

bool IsAlive()

Returns

Boolean

IsDeleted()

Returns whether the digest represents a deleted object.

bool IsDeleted()

Returns

Boolean

IsWrapped()

Returns whether the digest represents an object wrapped in another object.

bool IsWrapped()

Returns

Boolean

NextLexicographical()

Returns the next digest in byte-increasing order.

ObjectDigest NextLexicographical()

Returns

ObjectDigest

NextLexicographicalOpt()

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

ObjectDigest? NextLexicographicalOpt()

Returns

ObjectDigest?

ToBase58()

string ToBase58()

Returns

String

ToBytes()

Byte[] ToBytes()

Returns

Byte[]