Skip to content

Latest commit

 

History

History
79 lines (46 loc) · 1.88 KB

README.md

File metadata and controls

79 lines (46 loc) · 1.88 KB

ethereumjs-wallet

Index

Classes

Interfaces

Functions


Functions

fromEtherCamp

fromEtherCamp(passphrase: string): Wallet

Defined in thirdparty.ts:169

Parameters:

Name Type
passphrase string

Returns: Wallet


fromEtherWallet

fromEtherWallet(input: string | EtherWalletOptions, password: string): Wallet

Defined in thirdparty.ts:121

Parameters:

Name Type
input string | EtherWalletOptions
password string

Returns: Wallet


fromQuorumWallet

fromQuorumWallet(passphrase: string, userid: string): Wallet

Defined in thirdparty.ts:265

Parameters:

Name Type
passphrase string
userid string

Returns: Wallet