@ethereumjs/wallet / thirdparty
• Const
Thirdparty: Object
Name | Type |
---|---|
fromEtherCamp |
(passphrase : string ) => Wallet |
fromEtherWallet |
(input : string | EtherWalletOptions , password : string ) => Promise <Wallet > |
fromQuorumWallet |
(passphrase : string , userid : string ) => Wallet |
▸ fromEtherCamp(passphrase
): Wallet
Third Party API: Import a brain wallet used by Ether.Camp
Name | Type |
---|---|
passphrase |
string |
▸ fromEtherWallet(input
, password
): Promise
<Wallet
>
Name | Type |
---|---|
input |
string | EtherWalletOptions |
password |
string |
Promise
<Wallet
>
▸ fromQuorumWallet(passphrase
, userid
): Wallet
Third Party API: Import a brain wallet used by Quorum Wallet
Name | Type |
---|---|
passphrase |
string |
userid |
string |