ECDSA (secp256k1) public key.
Readonly
Used by utils.inspect and console.log in node.js.
utils.inspect
console.log
Return JSON representation of this key, same as toString().
Return a WIF-encoded representation of the key.
Verify a 32-byte signature.
32-byte message to verify.
Signature to verify.
Static
Create a new instance.
Create a new instance from a WIF-encoded key.
Generated using TypeDoc
ECDSA (secp256k1) public key.