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

     1  [
     2    {
     3      "prefix": "0",
     4      "key": "testapp",
     5      "val": {
     6        "type": "lino/developer",
     7        "value": {
     8          "username": "testapp",
     9          "deposit": {
    10            "amount": "0"
    11          },
    12          "app_consumption": "0",
    13          "web_site": "",
    14          "description": "",
    15          "app_meta_data": "",
    16          "is_deleted": false,
    17          "n_affiliated": "0"
    18        }
    19      }
    20    },
    21    {
    22      "prefix": "0",
    23      "key": "testapp-revoked-ida",
    24      "val": {
    25        "type": "lino/developer",
    26        "value": {
    27          "username": "testapp-revoked-ida",
    28          "deposit": {
    29            "amount": "0"
    30          },
    31          "app_consumption": "0",
    32          "web_site": "",
    33          "description": "",
    34          "app_meta_data": "",
    35          "is_deleted": false,
    36          "n_affiliated": "0"
    37        }
    38      }
    39    },
    40    {
    41      "prefix": "0",
    42      "key": "testapp-unauthed-bank",
    43      "val": {
    44        "type": "lino/developer",
    45        "value": {
    46          "username": "testapp-unauthed-bank",
    47          "deposit": {
    48            "amount": "0"
    49          },
    50          "app_consumption": "0",
    51          "web_site": "",
    52          "description": "",
    53          "app_meta_data": "",
    54          "is_deleted": false,
    55          "n_affiliated": "0"
    56        }
    57      }
    58    },
    59    {
    60      "prefix": "0",
    61      "key": "testapp-without-ida",
    62      "val": {
    63        "type": "lino/developer",
    64        "value": {
    65          "username": "testapp-without-ida",
    66          "deposit": {
    67            "amount": "0"
    68          },
    69          "app_consumption": "0",
    70          "web_site": "",
    71          "description": "",
    72          "app_meta_data": "",
    73          "is_deleted": false,
    74          "n_affiliated": "0"
    75        }
    76      }
    77    },
    78    {
    79      "prefix": "1",
    80      "key": "testapp",
    81      "val": {
    82        "type": "lino/appida",
    83        "value": {
    84          "app": "testapp",
    85          "name": "test-lemon",
    86          "price": "10000",
    87          "is_revoked": false,
    88          "revoke_coin_price": "0"
    89        }
    90      }
    91    },
    92    {
    93      "prefix": "1",
    94      "key": "testapp-revoked-ida",
    95      "val": {
    96        "type": "lino/appida",
    97        "value": {
    98          "app": "testapp-revoked-ida",
    99          "name": "test-lemon",
   100          "price": "10000",
   101          "is_revoked": true,
   102          "revoke_coin_price": "0"
   103        }
   104      }
   105    },
   106    {
   107      "prefix": "1",
   108      "key": "testapp-unauthed-bank",
   109      "val": {
   110        "type": "lino/appida",
   111        "value": {
   112          "app": "testapp-unauthed-bank",
   113          "name": "test-lemon",
   114          "price": "10000",
   115          "is_revoked": false,
   116          "revoke_coin_price": "0"
   117        }
   118      }
   119    },
   120    {
   121      "prefix": "2",
   122      "key": "testapp-unauthed-bank/testapp-unauthed-bank",
   123      "val": {
   124        "type": "lino/bank",
   125        "value": {
   126          "b": "10000",
   127          "unauthed": true
   128        }
   129      }
   130    },
   131    {
   132      "prefix": "2",
   133      "key": "testapp/testapp",
   134      "val": {
   135        "type": "lino/bank",
   136        "value": {
   137          "b": "10000"
   138        }
   139      }
   140    },
   141    {
   142      "prefix": "3",
   143      "key": "",
   144      "val": {
   145        "type": "lino/reservepool",
   146        "value": {
   147          "total": {
   148            "amount": "0"
   149          },
   150          "total_minidollar": "0"
   151        }
   152      }
   153    }
   154  ]