EffectsAuxDataDigestInterface
interface EffectsAuxDataDigestInterface
The digest of the auxiliary data associated with TransactionEffects.
Inheritors
| EffectsAuxDataDigest |
Functions
| Name | Summary |
|---|---|
| nextLexicographical | abstract fun nextLexicographical(): EffectsAuxDataDigest Returns the next digest in byte-increasing order. |
| nextLexicographicalOpt | abstract fun nextLexicographicalOpt(): EffectsAuxDataDigest? Returns the next digest in byte-increasing order, or None if the result would overflow. |
| toBase58 | abstract fun toBase58(): String |
| toBytes | abstract fun toBytes(): ByteArray |