Skip to main content

TransactionDigestInterface

interface TransactionDigestInterface

The digest of a Transaction.

Inheritors

TransactionDigest

Functions

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