Readonly
compressedCompressed public key getter.
Readonly
hexPublicKey hex string getter.
Readonly
multibasePublicKey multibase getter.
Readonly
parityPublicKey parity getter.
Readonly
uncompressedUncompressed public key getter.
Readonly
xPublicKey x-coordinate getter.
Readonly
yPublicKey y-coordinate getter.
Decode the base58btc multibase string to the compressed public key prefixed with 0x02.
The public key as a 33-byte compressed public key with header.
Encode the PublicKey as an x-only base58btc multibase public key.
The public key formatted a base58btc multibase string.
PublicKey key equality check. Checks if this
public key is equal to other
public key.
The public key to compare.
True if the public keys are equal.
JSON representation of a PublicKey object.
The PublicKey as a JSON object.
Interface for the PublicKey class. IPublicKey