Skip to main content

ConsensusCommitDigestInterface

interface ConsensusCommitDigestInterface

The digest of a consensus commit.

Inheritors

ConsensusCommitDigest

Functions

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