github.com/lino-network/lino@v0.6.11/x/price/model/golden/TestPriceStoreSuite/TestGetSetFedPrice.golden (about) 1 [ 2 { 3 "prefix": "0", 4 "key": "user1", 5 "val": { 6 "type": "lino/price/fedprice", 7 "value": { 8 "validator": "user1", 9 "price": "123", 10 "update_at": "1000" 11 } 12 } 13 }, 14 { 15 "prefix": "0", 16 "key": "user2", 17 "val": { 18 "type": "lino/price/fedprice", 19 "value": { 20 "validator": "user2", 21 "price": "456", 22 "update_at": "2000" 23 } 24 } 25 } 26 ]