forked from ameba23/mmt-metadata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
localdb.json.example
53 lines (53 loc) · 1.8 KB
/
localdb.json.example
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
42
43
44
45
46
47
48
49
50
51
52
53
{
"%2idi0F1cCzjhHKSh8gymzvP+LDiXbB/dv2x7mt47n5Q=.sha256": {
"name": "the groovy gang wallet",
"requiredCosigners": 2,
"publicKeys": [
{
"owner": "@vEJe4hdnbHJl549200IytOeA3THbnP0oM+JQtS1u+8o=.ed25519",
"xpub": "xpubblahblah...."
}
],
"payments": {
"d5f2a6a8cd1e8c35466cfec16551": {
"comments": [
{
"author": "@vEJe4hdnbHJl549200IytOeA3THbnP0oM+JQtS1u+8o=.ed25519",
"comment": "bought a new pencil sharpener"
},
{
"author": "@vEJe4hdnbHJl549200IytOeA3THbnP0oM+JQtS1u+8o=.ed25519",
"comment": "this payment was a mistake"
}
],
"rate": 5000,
"amount": 59300,
"confirmations": 5443,
"timestamp": "unknown"
},
"d5fsdffd1e8c35466cfe45dg": {
"comments": [
{
"author": "@vEJe4hdnbHJl549200IytOeA3THbnP0oM+JQtS1u+8o=.ed25519",
"comment": "bought a cheese grater"
}
],
"rate": 5560,
"amount": 500,
"confirmations": 4,
"timestamp": "unknown"
},
"dc4c9bf17b2dff0fff82e2b7cc98b343c14479586a4b8099dc0c52c825176647": {
"amount": 88000,
"confirmations": 3500,
"timestamp": 1524336989000,
"comments": []
}
},
"cosigners": {
"@vEJe4hdnbHJl549200IytOeA3THbnP0oM+JQtS1u+8o=.ed25519": {
"name": "alice"
}
}
}
}