types indexer.TransactionSearchResults
@algorandfoundation/algokit-utils / types/indexer / TransactionSearchResults
Interface: TransactionSearchResults¶
types/indexer.TransactionSearchResults
Indexer result for a transaction search, https://developer.algorand.org/docs/rest-apis/indexer/#get-v2transactions
Table of contents¶
Properties¶
Properties¶
current-round¶
• current-round: number
Round at which the results were computed.
Defined in¶
next-token¶
• next-token: string
Used for pagination, when making another request provide this token with the next parameter.
Defined in¶
transactions¶
• transactions: TransactionResult
[]
The returned transactions