github.com/lino-network/lino@v0.6.11/x/vote/model/golden/TestVoteStoreSuite/TestGetSetLinoStakeStats.golden (about) 1 [ 2 { 3 "prefix": "2", 4 "key": "1", 5 "val": { 6 "type": "lino/stakestats", 7 "value": { 8 "total_consumption_friction": { 9 "amount": "123" 10 }, 11 "unclaimed_friction": { 12 "amount": "456" 13 }, 14 "total_lino_power": { 15 "amount": "789" 16 }, 17 "unclaimed_lino_power": { 18 "amount": "999" 19 } 20 } 21 } 22 }, 23 { 24 "prefix": "2", 25 "key": "2", 26 "val": { 27 "type": "lino/stakestats", 28 "value": { 29 "total_consumption_friction": { 30 "amount": "888" 31 }, 32 "unclaimed_friction": { 33 "amount": "888" 34 }, 35 "total_lino_power": { 36 "amount": "888" 37 }, 38 "unclaimed_lino_power": { 39 "amount": "888" 40 } 41 } 42 } 43 } 44 ]