Skip to main content

IMoveAuthenticatorDigest

Namespace: IotaSdk

The digest of a MoveAuthenticator.

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

Implements IEquatable<MoveAuthenticatorDigest>
Attributes NullableContextAttribute

Methods

NextLexicographical()

Returns the next digest in byte-increasing order.

MoveAuthenticatorDigest NextLexicographical()

Returns

MoveAuthenticatorDigest

NextLexicographicalOpt()

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

MoveAuthenticatorDigest? NextLexicographicalOpt()

Returns

MoveAuthenticatorDigest?

ToBase58()

string ToBase58()

Returns

String

ToBytes()

Byte[] ToBytes()

Returns

Byte[]