Skip to main content

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

TransactionEventsconstructor(events: List<Event>)

Functions

NameSummary
close@Synchronized
open override fun close()
destroyopen override fun destroy()
digestopen override fun digest(): TransactionEventsDigest
eventsopen override fun events(): List<Event>