Merge pull request #278 from Bucko13/wallet-options

add documentation for mnemonic option in wallet creation
This commit is contained in:
Christopher Jeffrey (JJ) 2017-08-17 17:23:21 -07:00 committed by GitHub
commit fd5dcec680

View File

@ -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").
*/