github.com/lino-network/lino@v0.6.11/x/account/model/golden/TestAccountStoreSuite/TestPool.golden (about)

     1  [
     2    {
     3      "prefix": "4",
     4      "key": "inflation/developer",
     5      "val": {
     6        "type": "lino/account/pool",
     7        "value": {
     8          "name": "inflation/developer",
     9          "balance": {
    10            "amount": "45567"
    11          }
    12        }
    13      }
    14    },
    15    {
    16      "prefix": "4",
    17      "key": "inflation/validator",
    18      "val": {
    19        "type": "lino/account/pool",
    20        "value": {
    21          "name": "inflation/validator",
    22          "balance": {
    23            "amount": "1234"
    24          }
    25        }
    26      }
    27    }
    28  ]