Skip to main content

EffectsAuxDataDigestInterface

interface EffectsAuxDataDigestInterface

The digest of the auxiliary data associated with TransactionEffects.

Inheritors

EffectsAuxDataDigest

Functions

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