github.com/lino-network/lino@v0.6.11/x/price/model/golden/TestPriceStoreSuite/TestGetSetPriceHistory.golden (about)

     1  [
     2    {
     3      "prefix": "1",
     4      "key": "",
     5      "val": {
     6        "type": "lino/price/history",
     7        "value": [
     8          {
     9            "price": "456",
    10            "update_at": "2000"
    11          },
    12          {
    13            "price": "789",
    14            "update_at": "3000"
    15          }
    16        ]
    17      }
    18    }
    19  ]