CheckpointContentsDigestInterface
interface CheckpointContentsDigestInterface
The digest of a CheckpointContents.
Inheritors
| CheckpointContentsDigest |
Functions
| Name | Summary |
|---|---|
| nextLexicographical | abstract fun nextLexicographical(): CheckpointContentsDigest Returns the next digest in byte-increasing order. |
| nextLexicographicalOpt | abstract fun nextLexicographicalOpt(): CheckpointContentsDigest? Returns the next digest in byte-increasing order, or None if the result would overflow. |
| toBase58 | abstract fun toBase58(): String |
| toBytes | abstract fun toBytes(): ByteArray |