ethereumjs-monorepo

@ethereumjs/wallet / thirdparty

Namespace: thirdparty

Table of contents

Interfaces

Variables

Functions

Variables

Thirdparty

Const Thirdparty: Object

Type declaration

Name Type
fromEtherCamp (passphrase: string) => Wallet
fromEtherWallet (input: string | EtherWalletOptions, password: string) => Promise<Wallet>
fromQuorumWallet (passphrase: string, userid: string) => Wallet

Defined in

thirdparty.ts:187

Functions

fromEtherCamp

fromEtherCamp(passphrase): Wallet

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

Parameters

Name Type
passphrase string

Returns

Wallet

Defined in

thirdparty.ts:167


fromEtherWallet

fromEtherWallet(input, password): Promise<Wallet>

Parameters

Name Type
input string | EtherWalletOptions
password string

Returns

Promise<Wallet>

Defined in

thirdparty.ts:118


fromQuorumWallet

fromQuorumWallet(passphrase, userid): Wallet

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

Parameters

Name Type
passphrase string
userid string

Returns

Wallet

Defined in

thirdparty.ts:174