Hierarchical Deterministic’s ============================ .. js:autoclass:: index.HDS :members: .. list-table:: :header-rows: 1 :widths: 20 80 * - Name - Class * - AlgorandHD - :js:class:`algorand.AlgorandHD` * - BIP32HD - :js:class:`bip32.BIP32HD` * - BIP44HD - :js:class:`bip44.BIP44HD` * - BIP49HD - :js:class:`bip49.BIP49HD` * - BIP84HD - :js:class:`bip84.BIP84HD` * - BIP86HD - :js:class:`bip86.BIP86HD` * - BIP141HD - :js:class:`bip141.BIP141HD` * - CardanoHD - :js:class:`cardano.CardanoHD` * - ElectrumV1HD - :js:class:`electrum.v1.ElectrumV1HD` * - ElectrumV2HD - :js:class:`electrum.v2.ElectrumV2HD` * - MoneroHD - :js:class:`monero.MoneroHD` .. js:autoclass:: hd.HD :members: .. js:autoclass:: algorand.AlgorandHD :members: **Example:** https://github.com/hdwallet-io/hdwallet.js/blob/master/examples/hds/algorand.ts .. js:autoclass:: bip32.BIP32HD :members: **Example:** https://github.com/hdwallet-io/hdwallet.js/blob/master/examples/hds/bip32.ts .. js:autoclass:: bip44.BIP44HD :members: **Example:** https://github.com/hdwallet-io/hdwallet.js/blob/master/examples/hds/bip44.ts .. js:autoclass:: bip49.BIP49HD :members: **Example:** https://github.com/hdwallet-io/hdwallet.js/blob/master/examples/hds/bip49.ts .. js:autoclass:: bip84.BIP84HD :members: **Example:** https://github.com/hdwallet-io/hdwallet.js/blob/master/examples/hds/bip84.ts .. js:autoclass:: bip86.BIP86HD :members: **Example:** https://github.com/hdwallet-io/hdwallet.js/blob/master/examples/hds/bip86.ts .. js:autoclass:: bip141.BIP141HD :members: **Example:** https://github.com/hdwallet-io/hdwallet.js/blob/master/examples/hds/bip141.ts .. js:autoclass:: cardano.CardanoHD :members: **Example:** https://github.com/hdwallet-io/hdwallet.js/tree/master/examples/hds/cardano .. js:autoclass:: electrum/v1.ElectrumV1HD :members: **Example:** https://github.com/hdwallet-io/hdwallet.js/blob/master/examples/hds/electrum/v1.ts .. js:autoclass:: electrum/v2.ElectrumV2HD :members: **Example:** https://github.com/hdwallet-io/hdwallet.js/tree/master/examples/hds/electrum/v2 .. js:autoclass:: monero.MoneroHD :members: **Example:** https://github.com/hdwallet-io/hdwallet.js/blob/master/examples/hds/monero.ts