Data

data class Data(val events: QueryEventsQuery.Events) : Query.Data

Constructors

Link copied to clipboard
constructor(events: QueryEventsQuery.Events)

Properties

Link copied to clipboard

Query events that are emitted in the network. We currently do not support filtering by emitting module and event type at the same time so if both are provided in one filter, the query will error.