Omnibus commited on
Commit
94b4cd4
·
1 Parent(s): 2912337

Upload balance/Bank.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. balance/Bank.json +16 -0
balance/Bank.json CHANGED
@@ -7,5 +7,21 @@
7
  "balance": 0,
8
  "proof": 1,
9
  "previous_hash": "0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  }
11
  ]
 
7
  "balance": 0,
8
  "proof": 1,
9
  "previous_hash": "0"
10
+ },
11
+ {
12
+ "index": 2,
13
+ "timestamp": "2023-09-17 06:19:17.159501",
14
+ "block": 2,
15
+ "transactions": [
16
+ {
17
+ "sender": "__Source__",
18
+ "recipient": "Bank",
19
+ "amount": "1000",
20
+ "balance": "1000"
21
+ }
22
+ ],
23
+ "balance": 1000,
24
+ "proof": 632238,
25
+ "previous_hash": "dd5c8d2a1f8b40647cec8f804e7d93b2aaed8fa50860d08061bf846b250709e9"
26
  }
27
  ]