aptos/src/provider/methods/transaction/get_account_transactions library

Classes

AptosRequestGetAccountTransactions
Retrieves on-chain committed transactions from an account. If the start version is too far in the past, a 410 will be returned. If no start version is given, it will start at version 0.To retrieve a pending transaction, use /transactions/by_hash. aptos documation