get Account Transactions
abstract suspend fun getAccountTransactions(accountAddress: AccountAddressInput, params: PaginationQueryParams.() -> Unit = {}): Option<List<Option<List<TransactionResponse>>>>
Queries account transactions given an account address
Parameters
account Address
Aptos account address
params
PaginationQueryParams to optionally configure the pagination. This includes limit and offset.