TransactionDigest
TransactionDigest Objects
class TransactionDigest(TransactionDigestProtocol)
The digest of a Transaction.
genesis_marker
@classmethod
def genesis_marker(cls) -> TransactionDigest
The digest used to signify the parent transaction was the genesis.
next_lexicographical
def next_lexicographical() -> TransactionDigest
Returns the next digest in byte-increasing order.
next_lexicographical_opt
def next_lexicographical_opt() -> typing.Optional[TransactionDigest]
Returns the next digest in byte-increasing order, or None if
the result would overflow.
SdkFfiError
type: ignore