Event
Event Objects
@dataclass
class Event()
An event emitted during the successful execution of a transaction.
This mirrors the core chain [iota_sdk::types::Event] one-to-one: every
field is required and the type round-trips through BCS/JSON. For events
returned by the GraphQL events query — which may originate from system
transactions and therefore lack a sender or emitting module — see
GraphQlEvent.
BCS
The BCS serialized form for this type is defined by the following ABNF:
event = object-id identifier address struct-tag bytes