Skip to main content

CheckpointDigestInterface

interface CheckpointDigestInterface

The digest of a CheckpointSummary.

Inheritors

CheckpointDigest

Functions

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