Skip to main content

TransactionEventsDigest

TransactionEventsDigest Objects

class TransactionEventsDigest(TransactionEventsDigestProtocol)

The digest of TransactionEvents.

next_lexicographical

def next_lexicographical() -> TransactionEventsDigest

Returns the next digest in byte-increasing order.

next_lexicographical_opt

def next_lexicographical_opt() -> typing.Optional[TransactionEventsDigest]

Returns the next digest in byte-increasing order, or None if the result would overflow.