We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d61364 commit dcffc61Copy full SHA for dcffc61
book/src/core-ledger-doc/api/v0.yaml
@@ -71,10 +71,12 @@ paths:
71
description: Current balance of this account
72
type: integer
73
minimum: 0
74
- counter:
75
- description: Number of transactions performed with this account
76
- type: integer
77
- minimum: 0
+ counters:
+ description: An array of corresponding spending counters to the account
+ type: array
+ items:
78
+ description: Spending counter with the specified lane
79
+ type: integer
80
tokens:
81
description: Current state of the token balances of this account
82
type: object
0 commit comments