File size: 737 Bytes
a751d4c
 
 
 
 
 
 
 
e86bbed
 
 
 
 
 
 
 
4cfcb62
 
 
 
 
 
 
 
d2e1e9a
 
 
 
 
 
 
 
a751d4c
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[
    {
        "index": 1,
        "timestamp": "2023-09-11 12:28:45.715940",
        "sender": "Bank",
        "recipient": "a",
        "amount": "1000",
        "balance": "1000"
    },
    {
        "index": 2,
        "timestamp": "2023-09-11 12:29:16.585995",
        "sender": "a",
        "recipient": "b",
        "amount": "1000",
        "balance": "0"
    },
    {
        "index": 3,
        "timestamp": "2023-09-11 12:39:10.514201",
        "sender": "b",
        "recipient": "a",
        "amount": "100",
        "balance": "100"
    },
    {
        "index": 4,
        "timestamp": "2023-09-11 12:49:07.362865",
        "sender": "b",
        "recipient": "a",
        "amount": "75",
        "balance": "175"
    }
]