TransactionEvents
open class TransactionEvents : Disposable, AutoCloseable, TransactionEventsInterface
Events emitted during the successful execution of a transaction
BCS
The BCS serialized form for this type is defined by the following ABNF:
transaction-events = vector event
Constructors
| TransactionEvents | constructor(events: List<Event>) |
Functions
| Name | Summary |
|---|---|
| close | @Synchronized open override fun close() |
| destroy | open override fun destroy() |
| digest | open override fun digest(): TransactionEventsDigest |
| events | open override fun events(): List<Event> |