TransactionEventsInterface
type TransactionEventsInterface
Events emitted during the successful execution of a transaction
BCS
The BCS serialized form for this type is defined by the following ABNF:
```text transaction-events = vector event ```
type TransactionEventsInterface interface {
Digest() *TransactionEventsDigest
Events() []Event
}