Skip to main content

TransactionEffectsDigestProtocol

TransactionEffectsDigestProtocol Objects

class TransactionEffectsDigestProtocol(typing.Protocol)

The digest of TransactionEffects.

next_lexicographical

def next_lexicographical() -> TransactionEffectsDigest

Returns the next digest in byte-increasing order.

next_lexicographical_opt

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

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