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 Object → MoveAuthenticatorDigest
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
NextLexicographicalOpt()
Returns the next digest in byte-increasing order, or None if
the result would overflow.
public MoveAuthenticatorDigest? NextLexicographicalOpt()
Returns
ToBase58()
public string ToBase58()
Returns
ToBytes()
public Byte[] ToBytes()
Returns
ToString()
public override string ToString()
Returns
Equals(MoveAuthenticatorDigest)
public bool Equals(MoveAuthenticatorDigest? other)
Parameters
other MoveAuthenticatorDigest?
Returns
Equals(Object)
public override bool Equals(object? obj)
Parameters
obj Object?
Returns
GetHashCode()
public override int GetHashCode()
Returns
FromBase58(String)
public static MoveAuthenticatorDigest FromBase58(string base58)
Parameters
base58 String
Returns
Exceptions
FromBytes(Byte[])
public static MoveAuthenticatorDigest FromBytes(Byte[] bytes)
Parameters
bytes Byte[]
Returns
Exceptions
Random()
public static MoveAuthenticatorDigest Random()