aptos/src/provider/methods/transaction/get_transactions library

Classes

AptosRequestGetTransactions
Retrieve on-chain committed transactions. The page size and start ledger version can be provided to get a specific sequence of transactions. If the version has been pruned, then a 410 will be returned. To retrieve a pending transaction, use /transactions/by_hash. aptos documation