Skip to content

Latest commit

 

History

History
99 lines (58 loc) · 2.32 KB

README.md

File metadata and controls

99 lines (58 loc) · 2.32 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


fromKryptoKit

fromKryptoKit(entropy: string, password: string): Wallet

Defined in thirdparty.ts:176

Parameters:

Name Type
entropy string
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