-
- All Implemented Interfaces:
public final class DescriptorPublicKey
An extended public key.
-
-
Constructor Summary
Constructors Constructor Description DescriptorPublicKey(Network network, String mnemonic, String password)
-
Method Summary
Modifier and Type Method Description final DescriptorPublicKey
fromString(String publicKey)
Build a DescriptorPublicKey from a String final DescriptorPublicKey
derive(DerivationPath path)
Derive a public descriptor at a given path. final DescriptorPublicKey
extend(DerivationPath path)
Extend the public descriptor with a custom path. final String
asString()
Return the public descriptor as a string. -
-
Method Detail
-
fromString
final DescriptorPublicKey fromString(String publicKey)
Build a DescriptorPublicKey from a String
-
derive
final DescriptorPublicKey derive(DerivationPath path)
Derive a public descriptor at a given path.
-
extend
final DescriptorPublicKey extend(DerivationPath path)
Extend the public descriptor with a custom path.
-
-
-
-