mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user