aboutsummaryrefslogtreecommitdiffstats
path: root/development/states/personal-sign.json
blob: 8ded6205c5ec8e5186c56411843dc8466ef70c60 (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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
  "metamask": {
    "isInitialized": true,
    "isUnlocked": true,
    "rpcTarget": "https://rawtestrpc.metamask.io/",
    "identities": {
      "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825": {
        "address": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825",
        "name": "Account 1"
      },
      "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb": {
        "address": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb",
        "name": "Account 2"
      },
      "0x2f8d4a878cfa04a6e60d46362f5644deab66572d": {
        "address": "0x2f8d4a878cfa04a6e60d46362f5644deab66572d",
        "name": "Account 3"
      }
    },
    "unapprovedTxs": {},
    "currentCurrency": "USD",
    "conversionRate": 13.2126613,
    "conversionDate": 1487888522,
    "noActiveNotices": true,
    "network": "3",
    "accounts": {
      "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825": {
        "balance": "0x6ae7c45a61c0e8d2",
        "nonce": "0x12",
        "code": "0x",
        "address": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825"
      },
      "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb": {
        "balance": "0x2892a7aece555480",
        "nonce": "0x7",
        "code": "0x",
        "address": "0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb"
      },
      "0x2f8d4a878cfa04a6e60d46362f5644deab66572d": {
        "balance": "0x0",
        "nonce": "0x0",
        "code": "0x",
        "address": "0x2f8d4a878cfa04a6e60d46362f5644deab66572d"
      }
    },
    "transactions": {},
    "selectedAddressTxList": [],
    "unapprovedMsgs": {},
    "unapprovedMsgCount": 0,
    "unapprovedPersonalMsgs": {
      "2971973686529444": {
        "id": 2971973686529444,
        "msgParams": {
          "from": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825",
          "data": "0x879a053d4800c6354e76c7985a865d2922c82fb5b3f4577b2fe08b998954f2e01"
        },
        "time": 1487888668426,
        "status": "unapproved",
        "type": "personal_sign"
      }
    },
    "unapprovedPersonalMsgCount": 1,
    "keyringTypes": [
      "Simple Key Pair",
      "HD Key Tree"
    ],
    "keyrings": [
      {
        "type": "HD Key Tree",
        "accounts": [
          "fdea65c8e26263f6d9a1b5de9555d2931a33b825",
          "c5b8dbac4c1d3f152cdeb400e2313f309c410acb",
          "2f8d4a878cfa04a6e60d46362f5644deab66572d"
        ]
      }
    ],
    "selectedAddress": "0xfdea65c8e26263f6d9a1b5de9555d2931a33b825",
    "currentCurrency": "USD",
    "provider": {
      "type": "testnet"
    },
    "shapeShiftTxList": [],
    "lostAccounts": []
  },
  "appState": {
    "menuOpen": false,
    "currentView": {
      "name": "confTx",
      "context": 0
    },
    "accountDetail": {
      "subview": "transactions"
    },
    "transForward": true,
    "isLoading": false,
    "warning": null
  },
  "identities": {}
}