Skip to main content

MisbehaviorReportDigestInterface

interface MisbehaviorReportDigestInterface

The digest of a misbehavior report.

Inheritors

MisbehaviorReportDigest

Functions

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