get Transactions
abstract suspend fun getTransactions(options: PaginationArgs? = null): 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