Skip to main content

EffectsAuxDataDigest

open class EffectsAuxDataDigest : Disposable, AutoCloseable, EffectsAuxDataDigestInterface

The digest of the auxiliary data associated with TransactionEffects.

Functions

NameSummary
close@Synchronized
open override fun close()
destroyopen override fun destroy()
equalsopen operator override fun equals(other: Any?): Boolean
hashCodeopen override fun hashCode(): Int
nextLexicographicalopen override fun nextLexicographical(): EffectsAuxDataDigest
Returns the next digest in byte-increasing order.
nextLexicographicalOptopen override fun nextLexicographicalOpt(): EffectsAuxDataDigest?
Returns the next digest in byte-increasing order, or None if the result would overflow.
toBase58open override fun toBase58(): String
toBytesopen override fun toBytes(): ByteArray
toStringopen override fun toString(): String

Companion object functions

NameSummary
fromBase58fun fromBase58(base58: String): EffectsAuxDataDigest
fromBytesfun fromBytes(bytes: ByteArray): EffectsAuxDataDigest
randomfun random(): EffectsAuxDataDigest