forked from Jeezman/LitBit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
41 lines (41 loc) · 883 Bytes
/
db.json
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
35
36
37
38
39
40
41
{
"employees": [
{
"id": 4,
"name": "Shedrack",
"payInSatoshi": "60",
"paymentScheduleRate": "MONTHLY",
"publicKey": "hgkwerwqjhgkj"
},
{
"id": 1,
"name": "zIlesanmi",
"payInSatoshi": 12,
"paymentScheduleRate": "MINUTES",
"publicKey": "02a47994e192a8bd67bf854c4f6c6c9f28eea9901f015cbc0e8690567059b28737"
},
{
"id": 3,
"name": "safdlh",
"payInSatoshi": "sdf",
"paymentScheduleRate": "HOURLY",
"publicKey": "hgkwerwqjhgkj"
},
{
"id": 1,
"name": "zIlesanmi",
"payInSatoshi": 200,
"paymentScheduleRate": "Hourly",
"publicKey": "hgkjhgkj"
},
{
"id": 5,
"name": "Daisy",
"payInSatoshi": "7",
"paymentScheduleRate": "DAILY",
"publicKey": "hgkwerwqjhgkj"
}
],
"nodes": [],
"transactions": []
}