add hd wallet explainer
This commit is contained in:
parent
d545e584b6
commit
6f495abb2e
@ -1,5 +1,8 @@
|
||||
/**
|
||||
* Explain HD Wallets..
|
||||
* HD wallets are a common wallet pattern introduced in [[link-bip-32]]
|
||||
* whereby many private keys are generated from a single seed, often represented as a mnemonic phrase.
|
||||
*
|
||||
* [[HDNodeWallet]] is the primary class in this category, with the ability to derive child private keys.
|
||||
*
|
||||
* @_subsection: api/wallet:HD Wallets [hd-wallets]
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user