Skip to main content

MoveAuthenticatorDigest

Namespace: IotaSdk

The digest of a MoveAuthenticator.

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

Inheritance ObjectMoveAuthenticatorDigest
Implements IMoveAuthenticatorDigest, IEquatable<MoveAuthenticatorDigest>, IDisposable
Attributes NullableContextAttribute, NullableAttribute

Constructors

MoveAuthenticatorDigest(UInt64)

public MoveAuthenticatorDigest(ulong pointer)

Parameters

pointer UInt64

Methods

Destroy()

public void Destroy()

Dispose()

public void Dispose()

NextLexicographical()

Returns the next digest in byte-increasing order.

public MoveAuthenticatorDigest NextLexicographical()

Returns

MoveAuthenticatorDigest

NextLexicographicalOpt()

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

public MoveAuthenticatorDigest? NextLexicographicalOpt()

Returns

MoveAuthenticatorDigest?

ToBase58()

public string ToBase58()

Returns

String

ToBytes()

public Byte[] ToBytes()

Returns

Byte[]

ToString()

public override string ToString()

Returns

String

Equals(MoveAuthenticatorDigest)

public bool Equals(MoveAuthenticatorDigest? other)

Parameters

other MoveAuthenticatorDigest?

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 MoveAuthenticatorDigest FromBase58(string base58)

Parameters

base58 String

Returns

MoveAuthenticatorDigest

Exceptions

SdkFfiException

FromBytes(Byte[])

public static MoveAuthenticatorDigest FromBytes(Byte[] bytes)

Parameters

bytes Byte[]

Returns

MoveAuthenticatorDigest

Exceptions

SdkFfiException

Random()

public static MoveAuthenticatorDigest Random()

Returns

MoveAuthenticatorDigest