suix_queryTransactionBlocks
Return list of transactions for a specified query criteria.
Parameters:
query< TransactionBlockResponseQuery > - The transaction query criteria.
cursor< TransactionDigest > - An optional paging cursor. If provided, the query will start from the next item after the specified cursor. Default to start from the first item if not specified.
limit< uint > - Maximum item returned per page, default to QUERY_MAX_RESULT_LIMIT if not specified.
descending_order< Boolean > - Query result ordering, default to false (ascending order), oldest record first.
Returns:
TransactionBlocksPage< Page_for_TransactionBlockResponse_and_TransactionDigest >
Example:
Last updated