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