DescriptorSecretKey

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

TODO

Parameters

network

The network this DescriptorSecretKey is to be used on.

mnemonic

The mnemonic.

password

The optional passphrase that can be provided as per BIP-39.

Constructors

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

TODO

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.