Skip to main content

EffectsAuxDataDigest

EffectsAuxDataDigest Objects

class EffectsAuxDataDigest(EffectsAuxDataDigestProtocol)

The digest of the auxiliary data associated with TransactionEffects.

next_lexicographical

def next_lexicographical() -> EffectsAuxDataDigest

Returns the next digest in byte-increasing order.

next_lexicographical_opt

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

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