Interface: MisbehaviorReportDigestLike
The digest of a misbehavior report.
Methods
nextLexicographical()
nextLexicographical(): MisbehaviorReportDigestLike;
Returns the next digest in byte-increasing order.
Returns
MisbehaviorReportDigestLike
nextLexicographicalOpt()
nextLexicographicalOpt(): MisbehaviorReportDigestLike | undefined;
Returns the next digest in byte-increasing order, or None if
the result would overflow.
Returns
MisbehaviorReportDigestLike | undefined
toBase58()
toBase58(): string;
Returns
string
toBytes()
toBytes(): ArrayBuffer;
Returns
ArrayBuffer