Namespace
Verify a signature on a message with this public key.
Reports whether this key signed the given transaction.
Static
fromStatic
fromStatic
fromStatic
fromParse a public key from a string of hexadecimal digits.
The public key may optionally be prefixed with the DER header.
Static
fromParse an ECDSA public key from a string of hexadecimal digits.
Static
fromParse an ED25519 public key from a string of hexadecimal digits.
Static
unusableReturns an "unusable" public key. “Unusable” refers to a key such as an Ed25519 0x00000... public key, since it is (presumably) impossible to find the 32-byte string whose SHA-512 hash begins with 32 bytes of zeros.
proto