TransactionEventsInterface
interface 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
Inheritors
| TransactionEvents |
Functions
| Name | Summary |
|---|---|
| digest | abstract fun digest(): TransactionEventsDigest |
| events | abstract fun events(): List<Event> |