github.com/lino-network/lino@v0.6.11/x/developer/manager/golden/TestDeveloperManagerSuite/TestUpdateAffiliated/Success_activate.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": "2"
    18        }
    19      }
    20    },
    21    {
    22      "prefix": "0",
    23      "key": "testapp-max-affiliated",
    24      "val": {
    25        "type": "lino/developer",
    26        "value": {
    27          "username": "testapp-max-affliated",
    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": "500"
    37        }
    38      }
    39    },
    40    {
    41      "prefix": "0",
    42      "key": "testuser-developer",
    43      "val": {
    44        "type": "lino/developer",
    45        "value": {
    46          "username": "testuser-developer",
    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": "4",
    61      "key": "testapp/testuser",
    62      "val": {
    63        "type": "str",
    64        "value": "t"
    65      }
    66    },
    67    {
    68      "prefix": "4",
    69      "key": "testapp/testuser-deactivate",
    70      "val": {
    71        "type": "str",
    72        "value": "t"
    73      }
    74    },
    75    {
    76      "prefix": "5",
    77      "key": "testuser",
    78      "val": {
    79        "type": "lino/role",
    80        "value": {
    81          "aa": "testapp"
    82        }
    83      }
    84    },
    85    {
    86      "prefix": "5",
    87      "key": "testuser-affiliated",
    88      "val": {
    89        "type": "lino/role",
    90        "value": {
    91          "aa": "testapp-a"
    92        }
    93      }
    94    },
    95    {
    96      "prefix": "5",
    97      "key": "testuser-deactivate",
    98      "val": {
    99        "type": "lino/role",
   100        "value": {
   101          "aa": "testapp"
   102        }
   103      }
   104    }
   105  ]