Skip to content

Commit 1392418

Browse files
committed
added total count in transfer history to the schema
1 parent ba0392a commit 1392418

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

schema/query_answer.json

+8
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,14 @@
130130
"txs"
131131
],
132132
"properties": {
133+
"total": {
134+
"type": [
135+
"integer",
136+
"null"
137+
],
138+
"format": "uint64",
139+
"minimum": 0.0
140+
},
133141
"txs": {
134142
"type": "array",
135143
"items": {

0 commit comments

Comments
 (0)