Event
Union type for wrapped events in stream PROPOSAL is mapped to governance data, something to keep in mind
union Event = TimeUpdate | Deposit | Withdrawal | TransactionResult
Possible types
TimeUpdate
object
Deposit
object
The details of a deposit processed by Vega
Withdrawal
object
The details of a withdrawal processed by Vega
TransactionResult
object
The result from processing a transaction
Member of
BusEvent
object