Skip to main content

CheckpointContentsDigestInterface

interface CheckpointContentsDigestInterface

The digest of a CheckpointContents.

Inheritors

CheckpointContentsDigest

Functions

NameSummary
nextLexicographicalabstract fun nextLexicographical(): CheckpointContentsDigest
Returns the next digest in byte-increasing order.
nextLexicographicalOptabstract fun nextLexicographicalOpt(): CheckpointContentsDigest?
Returns the next digest in byte-increasing order, or None if the result would overflow.
toBase58abstract fun toBase58(): String
toBytesabstract fun toBytes(): ByteArray