Skip to main content

TransactionEventsDigestInterface

type TransactionEventsDigestInterface

The digest of `TransactionEvents`.

type TransactionEventsDigestInterface interface {
// Returns the next digest in byte-increasing order.
NextLexicographical() *TransactionEventsDigest
// Returns the next digest in byte-increasing order, or `None` if
// the result would overflow.
NextLexicographicalOpt() **TransactionEventsDigest
ToBase58() string
ToBytes() []byte
}