get Account Transactions
open suspend override fun getAccountTransactions(accountAddress: AccountAddressInput, params: PaginationQueryParams.() -> Unit): Option<List<Option<List<TransactionResponse>>>>
Queries account transactions given an account address
Note: In order to get all account transactions, this function may call the API multiple times as it auto paginates.
Parameters
account Address
Aptos account address
params
PaginationQueryParams to optionally configure the pagination. This includes limit and offset.