Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters for suix_queryEvents: [query, cursor, limit, descending_order]. The query object specifies event filter criteria. Cursor, limit, and descending_order are optional.Positional parameters for
suix_queryEvents:params[0]: Event query criteria object. See Event filter documentation for examples.params[1]: Optional paging cursor. If provided, the query will start from the next item after this cursor.params[2]: Maximum number of items per page. Defaults to QUERY_MAX_RESULT_LIMIT if not specified.params[3]: Query result ordering. Default is false (ascending order, oldest record first).
Returns
The response object for suix_queryEvents. Contains an array of event objects and pagination information.