accounts, console, internal: support trezor hardware wallet

This commit is contained in:
Péter Szilágyi
2017-08-09 11:30:17 +03:00
parent 17ce0a37de
commit db568a61e2
38 changed files with 17063 additions and 38 deletions
+5
View File
@@ -492,6 +492,11 @@ web3._extend({
call: 'personal_ecRecover',
params: 2
}),
new web3._extend.Method({
name: 'openWallet',
call: 'personal_openWallet',
params: 2
}),
new web3._extend.Method({
name: 'deriveAccount',
call: 'personal_deriveAccount',