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

     1  [
     2    {
     3      "prefix": "1",
     4      "key": "voter1",
     5      "val": {
     6        "type": "lino/voter",
     7        "value": {
     8          "username": "voter1",
     9          "lino_stake": {
    10            "amount": "1234"
    11          },
    12          "last_power_change_at": "123",
    13          "interest": {
    14            "amount": "2345"
    15          },
    16          "duty": "2",
    17          "frozen_amount": {
    18            "amount": "999"
    19          }
    20        }
    21      }
    22    },
    23    {
    24      "prefix": "1",
    25      "key": "voter2",
    26      "val": {
    27        "type": "lino/voter",
    28        "value": {
    29          "username": "voter2",
    30          "lino_stake": {
    31            "amount": "567"
    32          },
    33          "last_power_change_at": "3",
    34          "interest": {
    35            "amount": "0"
    36          },
    37          "duty": "0",
    38          "frozen_amount": {
    39            "amount": "0"
    40          }
    41        }
    42      }
    43    },
    44    {
    45      "prefix": "2",
    46      "key": "0",
    47      "val": {
    48        "type": "lino/stakestats",
    49        "value": {
    50          "total_consumption_friction": {
    51            "amount": "123"
    52          },
    53          "unclaimed_friction": {
    54            "amount": "456"
    55          },
    56          "total_lino_power": {
    57            "amount": "789"
    58          },
    59          "unclaimed_lino_power": {
    60            "amount": "1230"
    61          }
    62        }
    63      }
    64    },
    65    {
    66      "prefix": "2",
    67      "key": "1",
    68      "val": {
    69        "type": "lino/stakestats",
    70        "value": {
    71          "total_consumption_friction": {
    72            "amount": "1123"
    73          },
    74          "unclaimed_friction": {
    75            "amount": "1456"
    76          },
    77          "total_lino_power": {
    78            "amount": "1789"
    79          },
    80          "unclaimed_lino_power": {
    81            "amount": "11230"
    82          }
    83        }
    84      }
    85    }
    86  ]