Skip to main content

MoveAuthenticatorDigestInterface

interface MoveAuthenticatorDigestInterface

The digest of a MoveAuthenticator.

Inheritors

MoveAuthenticatorDigest

Functions

NameSummary
nextLexicographicalabstract fun nextLexicographical(): MoveAuthenticatorDigest
Returns the next digest in byte-increasing order.
nextLexicographicalOptabstract fun nextLexicographicalOpt(): MoveAuthenticatorDigest?
Returns the next digest in byte-increasing order, or None if the result would overflow.
toBase58abstract fun toBase58(): String
toBytesabstract fun toBytes(): ByteArray