Interface: QueryEventsParams
Return list of events for a specified query criteria.
Properties
| Property | Type | Description |
|---|---|---|
query | IotaEventFilter | The event query criteria. See Event filter documentation for examples. |
cursor? | EventId | null | optional paging cursor |
limit? | number | null | maximum number of items per page, default to [QUERY_MAX_RESULT_LIMIT] if not specified. |
order? | "ascending" | "descending" | null | query result ordering, default to false (ascending order), oldest record first. |
signal? | AbortSignal | - |