Sign the given typed data using the edcsa sign_deterministic function.
a signature of this private key over the given message
Return the Address associated with this private key.
Return the Injective address associated with this private key.
Return a hex representation of signing key.
Return the PublicKey associated with this private key.
a Public key that can be used to verify the signatures made with this PrivateKey
Create 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.
the private key
Initialized PrivateKey object
Create 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.
the mnemonic phrase
the HD path that follows the BIP32 standard (optional)
Initialized PrivateKey object
Create 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.
the private key
Initialized PrivateKey object
Generate new private key with random mnemonic phrase
Generated using TypeDoc
Class for wrapping SigningKey that is used for signature creation and public key derivation.