The hash of the message to sign.
Optionalrecovery: booleanThe signature of the message hash.
Optionalcompressed: booleanVerify a signature of a message hash.
The hash of the message that was signed.
The signature to verify.
True if the signature is valid, false otherwise.
StaticfromDerive a secp256k1 key pair from a mnemonic.
The English mnemonic to derive the key pair from.
OptionalcoinType: numberThe BIP-44 coin type to derive the key pair for.
A new secp256k1 key pair.
Staticmake
Sign a message hash with the private key.