This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #112 from ethereumjs/setup-typedoc
Setup typedoc and fix web3-provider-engine dependency
- Loading branch information
Showing
11 changed files
with
1,099 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
# ethereumjs-wallet | ||
|
||
## Index | ||
|
||
### Classes | ||
|
||
- [EthereumHDKey](classes/ethereumhdkey.md) | ||
- [Wallet](classes/wallet.md) | ||
- [WalletSubprovider](classes/walletsubprovider.md) | ||
|
||
### Interfaces | ||
|
||
- [EtherWalletOptions](interfaces/etherwalletoptions.md) | ||
- [EvpKdfOpts](interfaces/evpkdfopts.md) | ||
|
||
### Functions | ||
|
||
- [fromEtherCamp](#fromethercamp) | ||
- [fromEtherWallet](#frometherwallet) | ||
- [fromKryptoKit](#fromkryptokit) | ||
- [fromQuorumWallet](#fromquorumwallet) | ||
|
||
--- | ||
|
||
## Functions | ||
|
||
<a id="fromethercamp"></a> | ||
|
||
### fromEtherCamp | ||
|
||
▸ **fromEtherCamp**(passphrase: _`string`_): [Wallet](classes/wallet.md) | ||
|
||
_Defined in [thirdparty.ts:169](https://github.com/ethereumjs/ethereumjs-wallet/blob/c748f97/src/thirdparty.ts#L169)_ | ||
|
||
Third Party API: Import a brain wallet used by Ether.Camp | ||
|
||
**Parameters:** | ||
|
||
| Name | Type | | ||
| ---------- | -------- | | ||
| passphrase | `string` | | ||
|
||
**Returns:** [Wallet](classes/wallet.md) | ||
|
||
--- | ||
|
||
<a id="frometherwallet"></a> | ||
|
||
### fromEtherWallet | ||
|
||
▸ **fromEtherWallet**(input: _`string` \| [EtherWalletOptions](interfaces/etherwalletoptions.md)_, password: _`string`_): [Wallet](classes/wallet.md) | ||
|
||
_Defined in [thirdparty.ts:121](https://github.com/ethereumjs/ethereumjs-wallet/blob/c748f97/src/thirdparty.ts#L121)_ | ||
|
||
**Parameters:** | ||
|
||
| Name | Type | | ||
| -------- | ------------------------------------------------------------------ | | ||
| input | `string` \| [EtherWalletOptions](interfaces/etherwalletoptions.md) | | ||
| password | `string` | | ||
|
||
**Returns:** [Wallet](classes/wallet.md) | ||
|
||
--- | ||
|
||
<a id="fromkryptokit"></a> | ||
|
||
### fromKryptoKit | ||
|
||
▸ **fromKryptoKit**(entropy: _`string`_, password: _`string`_): [Wallet](classes/wallet.md) | ||
|
||
_Defined in [thirdparty.ts:176](https://github.com/ethereumjs/ethereumjs-wallet/blob/c748f97/src/thirdparty.ts#L176)_ | ||
|
||
Third Party API: Import a wallet from a KryptoKit seed | ||
|
||
**Parameters:** | ||
|
||
| Name | Type | | ||
| -------- | -------- | | ||
| entropy | `string` | | ||
| password | `string` | | ||
|
||
**Returns:** [Wallet](classes/wallet.md) | ||
|
||
--- | ||
|
||
<a id="fromquorumwallet"></a> | ||
|
||
### fromQuorumWallet | ||
|
||
▸ **fromQuorumWallet**(passphrase: _`string`_, userid: _`string`_): [Wallet](classes/wallet.md) | ||
|
||
_Defined in [thirdparty.ts:265](https://github.com/ethereumjs/ethereumjs-wallet/blob/c748f97/src/thirdparty.ts#L265)_ | ||
|
||
Third Party API: Import a brain wallet used by Quorum Wallet | ||
|
||
**Parameters:** | ||
|
||
| Name | Type | | ||
| ---------- | -------- | | ||
| passphrase | `string` | | ||
| userid | `string` | | ||
|
||
**Returns:** [Wallet](classes/wallet.md) | ||
|
||
--- |
Oops, something went wrong.