Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 515 Bytes

seed.rst

File metadata and controls

25 lines (18 loc) · 515 Bytes

Keys from seed

Key generation from seeds follows BIP39/BIP44.

The derivation path used here is m/44'/442'/0'/0/n.

Mnemonic seed

BIP39 mnemonic seed phrases

.. js:autofunction:: privateKeysFromMnemonic
.. js:autofunction:: privateKeyFromMnemonic
.. js:autofunction:: generateMnemonic
.. js:autofunction:: mnemonicToSeed

Raw seed

.. js:autofunction:: privateKeysFromSeed
.. js:autofunction:: privateKeyFromSeed

.. js:autoclass:: Options
   :members: