Package org.bitcoindevkit
Interface DescriptorPublicKeyInterface
-
- All Implemented Interfaces:
public interface DescriptorPublicKeyInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDescriptorPublicKeyInterface.Companion
-
Method Summary
Modifier and Type Method Description abstract StringasString()abstract DescriptorPublicKeyderive(DerivationPath path)abstract DescriptorPublicKeyextend(DerivationPath path)abstract BooleanisMultipath()Whether or not this key has multiple derivation paths. abstract StringmasterFingerprint()The fingerprint of the master key associated with this key, 0x00000000if none.-
-
Method Detail
-
derive
abstract DescriptorPublicKey derive(DerivationPath path)
-
extend
abstract DescriptorPublicKey extend(DerivationPath path)
-
isMultipath
abstract Boolean isMultipath()
Whether or not this key has multiple derivation paths.
-
masterFingerprint
abstract String masterFingerprint()
The fingerprint of the master key associated with this key,
0x00000000if none.
-
-
-
-