Get the [Address] of this XOnlyPublicKey.
Receives a [NetworkType] to determine the prefix of the address.
JavaScript: let address = xOnlyPublicKey.toAddress(NetworkType.MAINNET);.
Get ECDSA [Address] of this XOnlyPublicKey.
Receives a [NetworkType] to determine the prefix of the address.
JavaScript: let address = xOnlyPublicKey.toAddress(NetworkType.MAINNET);.
Static fromGenerated using TypeDoc
Data structure that envelopes a XOnlyPublicKey.
XOnlyPublicKey is used as a payload part of the Address.
See
PublicKey