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
IsDeleted()
Returns whether the digest represents a deleted object.
bool IsDeleted()
Returns
IsWrapped()
Returns whether the digest represents an object wrapped in another object.
bool IsWrapped()
Returns
NextLexicographical()
Returns the next digest in byte-increasing order.
ObjectDigest NextLexicographical()
Returns
NextLexicographicalOpt()
Returns the next digest in byte-increasing order, or None if
the result would overflow.
ObjectDigest? NextLexicographicalOpt()
Returns
ToBase58()
string ToBase58()
Returns
ToBytes()
Byte[] ToBytes()