searchTransactions
searchTransactions(
indexer,searchCriteria,paginationLimit?):Promise<TransactionsResponse>
Defined in: src/indexer-client/indexer-lookup.ts:86
Allows transactions to be searched for the given criteria.
Parameters
Section titled “Parameters”indexer
Section titled “indexer”An indexer client
searchCriteria
Section titled “searchCriteria”The criteria to search for
paginationLimit?
Section titled “paginationLimit?”number
The number of records to return per paginated request, default 1000
Returns
Section titled “Returns”Promise<TransactionsResponse>
The search results