DescriptorPublicKey

class DescriptorPublicKey(    network: Network,     mnemonic: String,     password: String?)

Constructors

Link copied to clipboard
fun DescriptorPublicKey(    network: Network,     mnemonic: String,     password: String?)

Functions

Link copied to clipboard
fun asString(): String

Return the public descriptor as a string.

Link copied to clipboard
fun derive(path: <Error class: unknown class>): DescriptorSecretKey

Derive a public descriptor at a given path.

Link copied to clipboard
fun extend(path: <Error class: unknown class>): DescriptorSecretKey

Extend the public descriptor with a custom path.