Interface: MoveAuthenticatorDigestLike
The digest of a MoveAuthenticator.
Methods
nextLexicographical()
nextLexicographical(): MoveAuthenticatorDigestLike;
Returns the next digest in byte-increasing order.
Returns
MoveAuthenticatorDigestLike
nextLexicographicalOpt()
nextLexicographicalOpt(): MoveAuthenticatorDigestLike | undefined;
Returns the next digest in byte-increasing order, or None if
the result would overflow.
Returns
MoveAuthenticatorDigestLike | undefined
toBase58()
toBase58(): string;
Returns
string
toBytes()
toBytes(): ArrayBuffer;
Returns
ArrayBuffer