aboutsummaryrefslogtreecommitdiffstats
path: root/development/states/new-account.json
blob: 8c9be365402b3a3c5150f18e3b345f1a7c82c854 (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
{
  "metamask": {
    "isInitialized": true,
    "isUnlocked": true,
    "rpcTarget": "https://rawtestrpc.metamask.io/",
    "identities": {
      "0xa6ef573d60594731178b7f85d80da13cc2af52dd": {
        "address": "0xa6ef573d60594731178b7f85d80da13cc2af52dd",
        "name": "Dan! 1"
      },
      "0xf9f52e84ad2c9122caa87478d27041ddaa215666": {
        "address": "0xf9f52e84ad2c9122caa87478d27041ddaa215666",
        "name": "Account 2"
      }
    },
    "unconfTxs": {},
    "currentFiat": "USD",
    "conversionRate": 10.92067835,
    "conversionDate": 1478282884,
    "network": null,
    "accounts": {
      "0xa6ef573d60594731178b7f85d80da13cc2af52dd": {
        "balance": "0x00",
        "nonce": "0x100000",
        "code": "0x",
        "address": "0xa6ef573d60594731178b7f85d80da13cc2af52dd"
      },
      "0xf9f52e84ad2c9122caa87478d27041ddaa215666": {
        "balance": "0x00",
        "nonce": "0x100000",
        "code": "0x",
        "address": "0xf9f52e84ad2c9122caa87478d27041ddaa215666"
      }
    },
    "transactions": [],
    "provider": {
      "type": "testnet"
    },
    "selectedAccount": "0xa6ef573d60594731178b7f85d80da13cc2af52dd",
    "isConfirmed": true,
    "unconfMsgs": {},
    "messages": [],
    "selectedAddress": "0xa6ef573d60594731178b7f85d80da13cc2af52dd",
    "shapeShiftTxList": [],
    "keyringTypes": [
      "Simple Key Pair",
      "HD Key Tree"
    ]
  },
  "appState": {
    "menuOpen": false,
    "currentView": {
      "name": "new-account"
    },
    "accountDetail": {
      "subview": "transactions"
    },
    "transForward": true,
    "isLoading": false,
    "warning": null,
    "forgottenPassword": null,
    "detailView": {},
    "scrollToBottom": false
  },
  "identities": {}
}