Omnibus commited on
Commit
5672fe7
·
1 Parent(s): 6d11ba7

Upload balance/Bank.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. balance/Bank.json +15 -0
balance/Bank.json CHANGED
@@ -6,5 +6,20 @@
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-13 07:35:38.254102",
13
+ "transactions": [
14
+ {
15
+ "sender": "__Source__",
16
+ "recipient": "Bank",
17
+ "amount": "100000000",
18
+ "balance": "100000000"
19
+ }
20
+ ],
21
+ "balance": 100000000,
22
+ "proof": 632238,
23
+ "previous_hash": "cd44e52540714de84f575b47a3a1c9cb33aeee30a823f598f19fe30fef480acc"
24
  }
25
  ]