SenderSignedDataDigestInterface
interface SenderSignedDataDigestInterface
The digest of SenderSignedData.
Inheritors
| SenderSignedDataDigest |
Functions
| Name | Summary |
|---|---|
| nextLexicographical | abstract fun nextLexicographical(): SenderSignedDataDigest Returns the next digest in byte-increasing order. |
| nextLexicographicalOpt | abstract fun nextLexicographicalOpt(): SenderSignedDataDigest? 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 |