blockchain-sim / balance /__Source__.json
Omnibus's picture
Upload balance/__Source__.json with huggingface_hub
740d7b0
raw
history blame
1.17 kB
[
{
"index": 1,
"timestamp": "2023-09-14 04:38:12.344842",
"transactions": [],
"balance": 10000000000000000000,
"proof": 1,
"previous_hash": 0
},
{
"index": 2,
"timestamp": "2023-09-14 08:04:42.225557",
"block": 5,
"transactions": [
{
"sender": "__Source__",
"recipient": "Bank",
"amount": "10000",
"balance": "9999999999999990000"
}
],
"balance": 9999999999999990000,
"proof": 632238,
"previous_hash": "74fe38ed76c5858fb57af9f1b71651ccd633fc40ce8387ad35af8599461759fd"
},
{
"index": 3,
"timestamp": "2023-09-14 10:25:11.887544",
"block": 6,
"transactions": [
{
"sender": "__Source__",
"recipient": "a",
"amount": "1000",
"balance": "9999999999999989000"
}
],
"balance": 9999999999999989000,
"proof": 403091,
"previous_hash": "5c83af8848b0b47096a8edb2f6c594139999e0d11587d9d138a26573bcba9aa3"
}
]