Skip to main content

TransactionEventsDigestInterface

interface TransactionEventsDigestInterface

The digest of TransactionEvents.

Inheritors

TransactionEventsDigest

Functions

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