Skip to main content

Interface: CheckpointContentsDigestLike

The digest of a CheckpointContents.

Methods

nextLexicographical()

nextLexicographical(): CheckpointContentsDigestLike;

Returns the next digest in byte-increasing order.

Returns

CheckpointContentsDigestLike


nextLexicographicalOpt()

nextLexicographicalOpt(): CheckpointContentsDigestLike | undefined;

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

Returns

CheckpointContentsDigestLike | undefined


toBase58()

toBase58(): string;

Returns

string


toBytes()

toBytes(): ArrayBuffer;

Returns

ArrayBuffer