github.com/lino-network/lino@v0.6.11/x/developer/manager/golden/TestDeveloperManagerSuite/TestImportExport.golden (about)

     1  [
     2    {
     3      "prefix": "0",
     4      "key": "app1",
     5      "val": {
     6        "type": "lino/developer",
     7        "value": {
     8          "username": "app1",
     9          "deposit": {
    10            "amount": "0"
    11          },
    12          "app_consumption": "1234",
    13          "web_site": "web1",
    14          "description": "app1 is good",
    15          "app_meta_data": "app1 meta",
    16          "is_deleted": false,
    17          "n_affiliated": "233"
    18        }
    19      }
    20    },
    21    {
    22      "prefix": "0",
    23      "key": "app2",
    24      "val": {
    25        "type": "lino/developer",
    26        "value": {
    27          "username": "app2",
    28          "deposit": {
    29            "amount": "0"
    30          },
    31          "app_consumption": "5678",
    32          "web_site": "web2",
    33          "description": "app2 is good",
    34          "app_meta_data": "app2 meta",
    35          "is_deleted": true,
    36          "n_affiliated": "567"
    37        }
    38      }
    39    },
    40    {
    41      "prefix": "0",
    42      "key": "app3",
    43      "val": {
    44        "type": "lino/developer",
    45        "value": {
    46          "username": "app3",
    47          "deposit": {
    48            "amount": "0"
    49          },
    50          "app_consumption": "10",
    51          "web_site": "web3",
    52          "description": "app3 is good",
    53          "app_meta_data": "app3 meta",
    54          "is_deleted": true,
    55          "n_affiliated": "567"
    56        }
    57      }
    58    },
    59    {
    60      "prefix": "1",
    61      "key": "app1",
    62      "val": {
    63        "type": "lino/appida",
    64        "value": {
    65          "app": "app1",
    66          "name": "lemon",
    67          "price": "1234",
    68          "is_revoked": true,
    69          "revoke_coin_price": "556"
    70        }
    71      }
    72    },
    73    {
    74      "prefix": "1",
    75      "key": "app2",
    76      "val": {
    77        "type": "lino/appida",
    78        "value": {
    79          "app": "app2",
    80          "name": "candy",
    81          "price": "45",
    82          "is_revoked": false,
    83          "revoke_coin_price": "0"
    84        }
    85      }
    86    },
    87    {
    88      "prefix": "2",
    89      "key": "app1/user1",
    90      "val": {
    91        "type": "lino/bank",
    92        "value": {
    93          "b": "123"
    94        }
    95      }
    96    },
    97    {
    98      "prefix": "2",
    99      "key": "app1/user2",
   100      "val": {
   101        "type": "lino/bank",
   102        "value": {
   103          "b": "789"
   104        }
   105      }
   106    },
   107    {
   108      "prefix": "2",
   109      "key": "app2/user1",
   110      "val": {
   111        "type": "lino/bank",
   112        "value": {
   113          "b": "456"
   114        }
   115      }
   116    },
   117    {
   118      "prefix": "3",
   119      "key": "",
   120      "val": {
   121        "type": "lino/reservepool",
   122        "value": {
   123          "total": {
   124            "amount": "123"
   125          },
   126          "total_minidollar": "456"
   127        }
   128      }
   129    },
   130    {
   131      "prefix": "4",
   132      "key": "app1/user1",
   133      "val": {
   134        "type": "str",
   135        "value": "t"
   136      }
   137    },
   138    {
   139      "prefix": "4",
   140      "key": "app1/user2",
   141      "val": {
   142        "type": "str",
   143        "value": "t"
   144      }
   145    },
   146    {
   147      "prefix": "4",
   148      "key": "app2/user3",
   149      "val": {
   150        "type": "str",
   151        "value": "t"
   152      }
   153    },
   154    {
   155      "prefix": "5",
   156      "key": "user1",
   157      "val": {
   158        "type": "lino/role",
   159        "value": {
   160          "aa": "app1"
   161        }
   162      }
   163    },
   164    {
   165      "prefix": "5",
   166      "key": "user2",
   167      "val": {
   168        "type": "lino/role",
   169        "value": {
   170          "aa": "app1"
   171        }
   172      }
   173    },
   174    {
   175      "prefix": "5",
   176      "key": "user3",
   177      "val": {
   178        "type": "lino/role",
   179        "value": {
   180          "aa": "app2"
   181        }
   182      }
   183    },
   184    {
   185      "prefix": "6",
   186      "key": "app1",
   187      "val": {
   188        "type": "lino/appidastats",
   189        "value": {
   190          "total": "1000"
   191        }
   192      }
   193    },
   194    {
   195      "prefix": "6",
   196      "key": "app2",
   197      "val": {
   198        "type": "lino/appidastats",
   199        "value": {
   200          "total": "2000"
   201        }
   202      }
   203    }
   204  ]