TransactionEventsDigest
open class TransactionEventsDigest : Disposable, AutoCloseable, TransactionEventsDigestInterface
The digest of TransactionEvents.
Functions
| Name | Summary |
|---|---|
| close | @Synchronized open override fun close() |
| destroy | open override fun destroy() |
| equals | open operator override fun equals(other: Any?): Boolean |
| hashCode | open override fun hashCode(): Int |
| nextLexicographical | open override fun nextLexicographical(): TransactionEventsDigest Returns the next digest in byte-increasing order. |
| nextLexicographicalOpt | open override fun nextLexicographicalOpt(): TransactionEventsDigest? Returns the next digest in byte-increasing order, or None if the result would overflow. |
| toBase58 | open override fun toBase58(): String |
| toBytes | open override fun toBytes(): ByteArray |
| toString | open override fun toString(): String |
Companion object functions
| Name | Summary |
|---|---|
| fromBase58 | fun fromBase58(base58: String): TransactionEventsDigest |
| fromBytes | fun fromBytes(bytes: ByteArray): TransactionEventsDigest |
| random | fun random(): TransactionEventsDigest |