github.com/lino-network/lino@v0.6.11/x/developer/manager/golden/TestDeveloperManagerSuite/TestIssueIDA/Success.golden (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-has-ida",
    24      "val": {
    25        "type": "lino/developer",
    26        "value": {
    27          "username": "testapp-has-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": "1",
    42      "key": "testapp",
    43      "val": {
    44        "type": "lino/appida",
    45        "value": {
    46          "app": "testapp",
    47          "name": "test-lemon",
    48          "price": "10000",
    49          "is_revoked": false,
    50          "revoke_coin_price": "0"
    51        }
    52      }
    53    },
    54    {
    55      "prefix": "1",
    56      "key": "testapp-has-ida",
    57      "val": {
    58        "type": "lino/appida",
    59        "value": {
    60          "app": "testapp-has-ida",
    61          "name": "test-lemon",
    62          "price": "10000",
    63          "is_revoked": false,
    64          "revoke_coin_price": "0"
    65        }
    66      }
    67    },
    68    {
    69      "prefix": "5",
    70      "key": "test2",
    71      "val": {
    72        "type": "lino/role",
    73        "value": {
    74          "aa": "test2"
    75        }
    76      }
    77    },
    78    {
    79      "prefix": "6",
    80      "key": "testapp",
    81      "val": {
    82        "type": "lino/appidastats",
    83        "value": {
    84          "total": "0"
    85        }
    86      }
    87    }
    88  ]