Skip to main content

Interface: TransactionEffectsDigestLike

The digest of TransactionEffects.

Methods

nextLexicographical()

nextLexicographical(): TransactionEffectsDigestLike;

Returns the next digest in byte-increasing order.

Returns

TransactionEffectsDigestLike


nextLexicographicalOpt()

nextLexicographicalOpt(): TransactionEffectsDigestLike | undefined;

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

Returns

TransactionEffectsDigestLike | undefined


toBase58()

toBase58(): string;

Returns

string


toBytes()

toBytes(): ArrayBuffer;

Returns

ArrayBuffer