Upload balance//a.json with huggingface_hub
Browse files- balance/a.json +8 -0
balance/a.json
CHANGED
@@ -22,5 +22,13 @@
|
|
22 |
"recipient": "a",
|
23 |
"amount": "100",
|
24 |
"balance": "100"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
}
|
26 |
]
|
|
|
22 |
"recipient": "a",
|
23 |
"amount": "100",
|
24 |
"balance": "100"
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"index": 4,
|
28 |
+
"timestamp": "2023-09-11 12:49:07.362865",
|
29 |
+
"sender": "b",
|
30 |
+
"recipient": "a",
|
31 |
+
"amount": "75",
|
32 |
+
"balance": "175"
|
33 |
}
|
34 |
]
|