blockchain-sim / balance /__Source__.json
Omnibus's picture
Upload balance/__Source__.json with huggingface_hub
08835ce
raw
history blame
1.18 kB
[
{
"index": 1,
"timestamp": "2023-09-14 10:36:12.316087",
"transactions": [],
"balance": 10000000000000000000,
"proof": 1,
"previous_hash": 0
},
{
"index": 2,
"timestamp": "2023-09-16 23:15:51.711475",
"block": 6,
"transactions": [
{
"sender": "__Source__",
"recipient": "a",
"amount": "10000",
"balance": "9999999999999990000"
}
],
"balance": 9999999999999990000,
"proof": 632238,
"previous_hash": "24d0d2fedaf745c388d3ddcc327671b2e0c96d08e0fa65e419997ff7d2587db3"
},
{
"index": 3,
"timestamp": "2023-09-16 23:17:24.868943",
"block": 7,
"transactions": [
{
"sender": "__Source__",
"recipient": "Bank",
"amount": "1000000",
"balance": "9999999999998990000"
}
],
"balance": 9999999999998990000,
"proof": 403091,
"previous_hash": "a4997b44d1695f13853791264d288e88bd999154df6a8f97b93dd7f8a47265d7"
}
]