Skip to main content

Interface: TransactionEventsDigestLike

The digest of TransactionEvents.

Methods

nextLexicographical()

nextLexicographical(): TransactionEventsDigestLike;

Returns the next digest in byte-increasing order.

Returns

TransactionEventsDigestLike


nextLexicographicalOpt()

nextLexicographicalOpt(): TransactionEventsDigestLike | undefined;

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

Returns

TransactionEventsDigestLike | undefined


toBase58()

toBase58(): string;

Returns

string


toBytes()

toBytes(): ArrayBuffer;

Returns

ArrayBuffer