Skip to main content

Interface: EffectsAuxDataDigestLike

The digest of the auxiliary data associated with TransactionEffects.

Methods

nextLexicographical()

nextLexicographical(): EffectsAuxDataDigestLike;

Returns the next digest in byte-increasing order.

Returns

EffectsAuxDataDigestLike


nextLexicographicalOpt()

nextLexicographicalOpt(): EffectsAuxDataDigestLike | undefined;

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

Returns

EffectsAuxDataDigestLike | undefined


toBase58()

toBase58(): string;

Returns

string


toBytes()

toBytes(): ArrayBuffer;

Returns

ArrayBuffer