aboutsummaryrefslogtreecommitdiffstats
path: root/development/states/account-list-with-imported.json
blob: 41d586db62f72158c15ce7a2283644cbdb5f9bee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
  "metamask": {
    "isInitialized": true,
    "isUnlocked": true,
    "rpcTarget": "https://rawtestrpc.metamask.io/",
    "identities": {
      "0x58bda1f9d87dc7d2bcc6f7c2513efc9d03fca683": {
        "address": "0x58bda1f9d87dc7d2bcc6f7c2513efc9d03fca683",
        "name": "Account 1"
      },
      "0x9858e7d8b79fc3e6d989636721584498926da38a": {
        "address": "0x9858e7d8b79fc3e6d989636721584498926da38a",
        "name": "Imported Account"
      }
    },
    "unconfTxs": {},
    "currentCurrency": "USD",
    "conversionRate": 10.19458075,
    "conversionDate": 1484696373,
    "noActiveNotices": true,
    "network": "3",
    "accounts": {
      "0x58bda1f9d87dc7d2bcc6f7c2513efc9d03fca683": {
        "code": "0x",
        "balance": "0x0",
        "nonce": "0x0",
        "address": "0x58bda1f9d87dc7d2bcc6f7c2513efc9d03fca683"
      },
      "0x9858e7d8b79fc3e6d989636721584498926da38a": {
        "code": "0x",
        "balance": "0x0",
        "nonce": "0x0",
        "address": "0x9858e7d8b79fc3e6d989636721584498926da38a"
      }
    },
    "transactions": [],
    "provider": {
      "type": "testnet"
    },
    "selectedAddress": "0x9858e7d8b79fc3e6d989636721584498926da38a",
    "selectedAccountTxList": [],
    "unconfMsgs": {},
    "messages": [],
    "shapeShiftTxList": [],
    "keyringTypes": [
      "Simple Key Pair",
      "HD Key Tree"
    ],
    "keyrings": [
      {
        "type": "HD Key Tree",
        "accounts": [
          "58bda1f9d87dc7d2bcc6f7c2513efc9d03fca683"
        ]
      },
      {
        "type": "Simple Key Pair",
        "accounts": [
          "0x9858e7d8b79fc3e6d989636721584498926da38a"
        ]
      }
    ],
    "lostAccounts": [],
    "seedWords": null
  },
  "appState": {
    "menuOpen": false,
    "currentView": {
      "name": "accounts"
    },
    "accountDetail": {
      "subview": "transactions",
      "accountExport": "none",
      "privateKey": ""
    },
    "transForward": true,
    "isLoading": false,
    "warning": null,
    "scrollToBottom": false,
    "forgottenPassword": false
  },
  "identities": {}
}