Static
fromCreate a PrivateKey instance from a given mnemonic phrase and a HD derivation path. If path is not given, default to Band's HD prefix 494 and all other indexes being zeroes.
Initialized PrivateKey object
the mnemonic phrase
the HD path that follows the BIP32 standard (optional)
Static
fromCreate a PrivateKey instance from a given private key and a HD derivation path. If path is not given, default to Band's HD prefix 494 and all other indexes being zeroes.
Initialized PrivateKey object
the private key
Static
generateGenerate new private key with random mnemonic phrase
Generated using TypeDoc
Class for wrapping SigningKey that is used for signature creation and public key derivation.