get Transactions
open suspend override fun getTransactions(options: PaginationArgs?): Option<List<Option<List<TransactionResponse>>>>
Queries on-chain transactions. This function will not return pending transactions. For that, use getTransactionsByHash
.
Parameters
options. offset
The number transaction to start with
options. limit
Number of results to return