Compressed public key getter.
Readonly
hexPublic key hex string getter.
Readonly
multibasePublic key multibase getter.
Readonly
parityPublic key parity getter.
Readonly
prefixPublic key multibase prefix getter.
Readonly
uncompressedUncompressed public key getter.
Readonly
xPublic key x-coordinate getter.
Readonly
yPublic key 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.
Public 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