aboutsummaryrefslogtreecommitdiffstats
path: root/test/policies/data/account/data.json
blob: df263d36aab4ca9613574de070e9a466dc87f877 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "account_attributes":{
    "11111":{
      "owner":"alice",
      "amount":10000
    },
    "22222":{
      "owner":"bob",
      "amount":10000
    },
    "33333":{
      "owner":"cam",
      "amount":10000
    }
  }
}