Skip to main content

Interface: TransactionDigestLike

The digest of a Transaction.

Methods

nextLexicographical()

nextLexicographical(): TransactionDigestLike;

Returns the next digest in byte-increasing order.

Returns

TransactionDigestLike


nextLexicographicalOpt()

nextLexicographicalOpt(): TransactionDigestLike | undefined;

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

Returns

TransactionDigestLike | undefined


toBase58()

toBase58(): string;

Returns

string


toBytes()

toBytes(): ArrayBuffer;

Returns

ArrayBuffer