BusEvent
No description
type BusEvent {
id: ID!
block: String!
type: BusEventType!
event: Event!
}
Fields
BusEvent.id
● ID!
non-null scalar
The ID for this event
BusEvent.block
● String!
non-null scalar
The block hash
BusEvent.type
● BusEventType!
non-null enum
The type of event
BusEvent.event
● Event!
non-null union
The payload - the wrapped event
Returned by
busEvents
subscription