Added transaction_count to Transaction Metrics

Added information about transaction_count that was missing from the Transaction Metrics table.
This commit is contained in:
The XRP Scan Project
2019-05-10 18:27:31 +05:30
committed by GitHub
parent 98d4fb7ec6
commit 0d692ffaf8

View File

@@ -1221,6 +1221,7 @@ The Data API derives the following values for every interval. These metrics are
| `ledger_count` | Number | The number of ledgers closed during this interval. |
| `ledger_interval` | Number | The average number of seconds between ledgers closing during this interval. |
| `payments_count` | Number | The number of payments from one account to another during this interval. |
| `transaction_count`| Number | The number of transactions that executed during this interval. |
| `tx_per_ledger` | Number | The average number of transactions per ledger in this interval. |
If any of the metrics have a value of 0, they are omitted from the results.