account_tx only returns validated transactions

Per https://github.com/XRPLF/rippled/pull/4775#discussion_r1380587801 this command only returns transactions from validated ledgers, so this clarifies that detail
This commit is contained in:
Rome Reginelli
2023-11-02 16:09:08 -07:00
committed by GitHub
parent df3a473dc8
commit c0d7cd7881

View File

@@ -1,7 +1,7 @@
---
html: account_tx.html
parent: account-methods.html
blurb: Get info about an account's transactions.
blurb: Get a list of transactions affecting an account.
labels:
- Payments
- Accounts
@@ -9,7 +9,7 @@ labels:
# account_tx
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/rpc/handlers/AccountTx.cpp "Source")
The `account_tx` method retrieves a list of transactions that involved the specified account.
The `account_tx` method retrieves a list of validated transactions that involve a given account.
## Request Format