Upload balance/Bank.json with huggingface_hub
Browse files- balance/Bank.json +16 -0
balance/Bank.json
CHANGED
@@ -6,5 +6,21 @@
|
|
6 |
"balance": 0,
|
7 |
"proof": 1,
|
8 |
"previous_hash": "0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
}
|
10 |
]
|
|
|
6 |
"balance": 0,
|
7 |
"proof": 1,
|
8 |
"previous_hash": "0"
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"index": 2,
|
12 |
+
"timestamp": "2023-09-14 08:04:43.240033",
|
13 |
+
"block": 5,
|
14 |
+
"transactions": [
|
15 |
+
{
|
16 |
+
"sender": "__Source__",
|
17 |
+
"recipient": "Bank",
|
18 |
+
"amount": "10000",
|
19 |
+
"balance": "10000"
|
20 |
+
}
|
21 |
+
],
|
22 |
+
"balance": 10000,
|
23 |
+
"proof": 632238,
|
24 |
+
"previous_hash": "a1474cb2b4de15b54c06960a3e1e72b916a5edbabd4f5e8322defb1a13d3e516"
|
25 |
}
|
26 |
]
|