Descriptor Secret Key
class DescriptorSecretKey( network: Network, mnemonic: String, password: String?)
Content copied to clipboard
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?)
Content copied to clipboard
TODO