ethereumjs-monorepo

@ethereumjs/wallet


@ethereumjs/wallet / thirdparty / Thirdparty

Variable: Thirdparty

const Thirdparty: object

Defined in: thirdparty.ts:195

Type declaration

fromEtherCamp()

fromEtherCamp: (passphrase) => Wallet

Third Party API: Import a brain wallet used by Ether.Camp

Parameters

passphrase

string

Returns

Wallet

fromEtherWallet()

fromEtherWallet: (input, password) => Promise<Wallet>

Parameters

input
string EtherWalletOptions
password

string

Returns

Promise<Wallet>

fromQuorumWallet()

fromQuorumWallet: (passphrase, userid) => Wallet

Third Party API: Import a brain wallet used by Quorum Wallet

Parameters

passphrase

string

userid

string

Returns

Wallet