blockchain-sim / balance /__Source__.json
Omnibus's picture
Upload balance/__Source__.json with huggingface_hub
6d11ba7
raw
history blame
No virus
1.14 kB
[
{
"index": 1,
"timestamp": "2023-09-13 07:15:46.736102",
"transactions": [],
"balance": 10000000000000000000,
"proof": 1,
"previous_hash": 0
},
{
"index": 2,
"timestamp": "2023-09-13 07:34:45.838061",
"transactions": [
{
"sender": "__Source__",
"recipient": "a",
"amount": "1000",
"balance": "9999999999999999000"
}
],
"balance": 9999999999999999000,
"proof": 632238,
"previous_hash": "730f30e5b815bab52372674d7f273a49c78f1ef4ffae8a750aa767fbc3f3f5cf"
},
{
"index": 3,
"timestamp": "2023-09-13 07:35:37.152734",
"transactions": [
{
"sender": "__Source__",
"recipient": "Bank",
"amount": "100000000",
"balance": "9999999999899999000"
}
],
"balance": 9999999999899999000,
"proof": 403091,
"previous_hash": "0b56e54ec762cabdefb54d414867573b52e75d41dfb4798172fbdde7a01e90a7"
}
]