diff options
| author | Dan Finlay <dan@danfinlay.com> | 2017-02-28 04:59:19 +0800 | 
|---|---|---|
| committer | Dan Finlay <dan@danfinlay.com> | 2017-02-28 04:59:19 +0800 | 
| commit | 462c7ae21316cbb3a242f53a0b726194a0faa64e (patch) | |
| tree | f8c72294bed4d53221162e24fde92069ff17382b /development/states | |
| parent | dfc89d6c6dd622e7dff79544c0885594000ffd37 (diff) | |
| parent | ab01fef1c0ffddf09a20f90a910e5e068cf8c71e (diff) | |
| download | dexon-wallet-462c7ae21316cbb3a242f53a0b726194a0faa64e.tar.gz dexon-wallet-462c7ae21316cbb3a242f53a0b726194a0faa64e.tar.zst dexon-wallet-462c7ae21316cbb3a242f53a0b726194a0faa64e.zip | |
Merge branch 'master' into i765-gaslimits
Diffstat (limited to 'development/states')
| -rw-r--r-- | development/states/personal-sign.json | 99 | 
1 files changed, 99 insertions, 0 deletions
| diff --git a/development/states/personal-sign.json b/development/states/personal-sign.json new file mode 100644 index 00000000..2fc71f44 --- /dev/null +++ b/development/states/personal-sign.json @@ -0,0 +1,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": {}, +    "currentFiat": "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": {} +}
\ No newline at end of file | 
