Interface: CheckpointDigestLike
The digest of a CheckpointSummary.
Methods
nextLexicographical()
nextLexicographical(): CheckpointDigestLike;
Returns the next digest in byte-increasing order.
Returns
CheckpointDigestLike
nextLexicographicalOpt()
nextLexicographicalOpt(): CheckpointDigestLike | undefined;
Returns the next digest in byte-increasing order, or None if
the result would overflow.
Returns
CheckpointDigestLike | undefined
toBase58()
toBase58(): string;
Returns
string
toBytes()
toBytes(): ArrayBuffer;
Returns
ArrayBuffer