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

     1  [
     2    {
     3      "prefix": "0",
     4      "key": "123486",
     5      "val": {
     6        "type": "lino/global/eventlist",
     7        "value": {
     8          "events": [
     9            {
    10              "type": "lino/testevent",
    11              "value": {
    12                "id": "1"
    13              }
    14            },
    15            {
    16              "type": "lino/testevent",
    17              "value": {
    18                "id": "2"
    19              }
    20            }
    21          ]
    22        }
    23      }
    24    },
    25    {
    26      "prefix": "0",
    27      "key": "123501",
    28      "val": {
    29        "type": "lino/global/eventlist",
    30        "value": {
    31          "events": [
    32            {
    33              "type": "lino/testevent",
    34              "value": {
    35                "id": "3"
    36              }
    37            }
    38          ]
    39        }
    40      }
    41    },
    42    {
    43      "prefix": "1",
    44      "key": "",
    45      "val": {
    46        "type": "lino/global/time",
    47        "value": {
    48          "chain_start_time": "123456",
    49          "last_block_time": "123456",
    50          "past_minutes": "0"
    51        }
    52      }
    53    }
    54  ]