DescriptorSecretKey

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

Constructors

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

Functions

Link copied to clipboard
fun asPublic(): DescriptorPublicKey

Return the public version of the descriptor.

Link copied to clipboard
fun asString(): String

Return the private descriptor as a string.

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

Derive a private descriptor at a given path.

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

Extend the private descriptor with a custom path.