summaryrefslogtreecommitdiff
path: root/contrib/samples/auditor.json
blob: 18754d1a2637013a760430ed4d90f1679d5d0fa0 (plain)
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
54
55
56
57
58
59
60
{
  "emergencies": [],
  "row_inconsistencies": [],
  "row_minor_inconsistencies": [],
  "reserve_inconsistencies": [],
  "wire_out_inconsistencies": [],
  "coin_inconsistencies": [],
  "reserve_balance": [
    {
      "total_escrow_balance": {
        "currency": "KUDOS",
        "value": 0,
        "fraction": 0
      },
      "total_withdraw_fee_income": {
        "currency": "KUDOS",
        "value": 0,
        "fraction": 30000000
      }
    }
  ],
  "aggregation_fee_balance": [
    {
      "total_aggregation_fee_income": {
        "currency": "KUDOS",
        "value": 0,
        "fraction": 0
      }
    }
  ],
  "report_denomination_balance": [
    {
      "total_escrow_balance": {
        "currency": "KUDOS",
        "value": 0,
        "fraction": 0
      },
      "total_active_risk": {
        "currency": "KUDOS",
        "value": 150,
        "fraction": 0
      },
      "total_deposit_fee_income": {
        "currency": "KUDOS",
        "value": 0,
        "fraction": 30000000
      },
      "total_melt_fee_income": {
        "currency": "KUDOS",
        "value": 0,
        "fraction": 0
      },
      "total_refund_fee_income": {
        "currency": "KUDOS",
        "value": 0,
        "fraction": 0
      }
    }
  ]
}