nifty-wallet/development/states/locked.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2016-06-30 18:22:16 -07:00
{
"metamask": {
"isInitialized": true,
2016-09-08 11:20:45 -07:00
"isUnlocked": false,
2016-06-30 18:22:16 -07:00
"currentDomain": "example.com",
"rpcTarget": "https://rawtestrpc.metamask.io/",
2016-09-08 11:20:45 -07:00
"identities": {},
2016-06-30 18:22:16 -07:00
"unconfTxs": {},
"currentCurrency": "USD",
2016-09-08 11:20:45 -07:00
"conversionRate": 11.4379398,
"conversionDate": 1473358355,
"accounts": {},
2016-06-30 18:22:16 -07:00
"transactions": [],
"selectedAddress": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825",
2016-09-08 11:20:45 -07:00
"network": "1473186153102",
"seedWords": null,
2016-06-30 18:22:16 -07:00
"unconfMsgs": {},
"messages": [],
2016-09-08 11:20:45 -07:00
"shapeShiftTxList": [],
2016-06-30 18:22:16 -07:00
"provider": {
2016-09-08 11:20:45 -07:00
"type": "rpc",
"rpcTarget": "http://localhost:8545"
2016-06-30 18:22:16 -07:00
},
"selectedAddress": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825"
2016-06-30 18:22:16 -07:00
},
"appState": {
"menuOpen": false,
"currentView": {
2016-09-08 11:20:45 -07:00
"name": "accountDetail",
"detailView": null,
"context": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825"
2016-06-30 18:22:16 -07:00
},
"accountDetail": {
2016-09-08 11:20:45 -07:00
"subview": "transactions"
2016-06-30 18:22:16 -07:00
},
2016-09-08 11:20:45 -07:00
"currentDomain": "127.0.0.1:9966",
"transForward": true,
2016-06-30 18:22:16 -07:00
"isLoading": false,
2016-09-08 11:20:45 -07:00
"warning": null
2016-06-30 18:22:16 -07:00
},
"identities": {}
2016-09-08 11:20:45 -07:00
}