Skip to main content

TransactionEvents

TransactionEvents

class TransactionEvents

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

init(events:)

convenience init(events: [Event]) throws

digest()

func digest() -> TransactionEventsDigest

events()

func events() -> [Event]