Merge pull request #278 from Bucko13/wallet-options
add documentation for mnemonic option in wallet creation
This commit is contained in:
commit
fd5dcec680
@ -57,6 +57,8 @@ const Mnemonic = HD.Mnemonic;
|
||||
* @param {Number?} options.m - `m` value for multisig.
|
||||
* @param {Number?} options.n - `n` value for multisig.
|
||||
* @param {String?} options.id - Wallet ID (used for storage)
|
||||
* @param {String?} options.mnemonic - mnemonic phrase to use to instantiate an
|
||||
* hd private key for wallet
|
||||
* (default=account key "address").
|
||||
*/
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user