Get the [Address] of this PublicKey.
Receives a [NetworkType] to determine the prefix of the address.
JavaScript: let address = publicKey.toAddress(NetworkType.MAINNET);.
Get ECDSA [Address] of this PublicKey.
Receives a [NetworkType] to determine the prefix of the address.
JavaScript: let address = publicKey.toAddress(NetworkType.MAINNET);.
Generated using TypeDoc
Data structure that envelopes a PublicKey. Only supports Schnorr-based addresses.