Skip to content

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.

IndexerClient

An indexer client

SearchForTransactionsCriteria

The criteria to search for

number

The number of records to return per paginated request, default 1000

Promise<TransactionsResponse>

The search results