Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 9bf215f

Browse files
authored
Update ledger resource documentation with tx_set_operation_count (#638)
1 parent 7d46f29 commit 9bf215f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/api/resources/ledgers/object.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ When Horizon returns information about a ledger, it uses the following format:
3737
- operation_count
3838
- number
3939
- The number of operations applied in this ledger.
40+
- tx_set_operation_count
41+
- number
42+
- The number of total operations in the transaction set (including failed transactions).
4043
- closed_at
4144
- string
4245
- An [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) formatted string of when this ledger was closed.
@@ -97,6 +100,7 @@ When Horizon returns information about a ledger, it uses the following format:
97100
"successful_transaction_count": 27,
98101
"failed_transaction_count": 1,
99102
"operation_count": 133,
103+
"tx_set_operation_count": 134,
100104
"closed_at": "2019-11-18T19:27:21Z",
101105
"total_coins": "105443902087.3472865",
102106
"fee_pool": "1807038.9789761",

0 commit comments

Comments
 (0)