Package org.bitcoindevkit
Interface DescriptorSecretKeyInterface
-
- All Implemented Interfaces:
public interface DescriptorSecretKeyInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDescriptorSecretKeyInterface.Companion
-
Method Summary
Modifier and Type Method Description abstract DescriptorPublicKeyasPublic()abstract StringasString()abstract DescriptorSecretKeyderive(DerivationPath path)abstract DescriptorSecretKeyextend(DerivationPath path)abstract List<UByte>secretBytes()-
-
Method Detail
-
asPublic
abstract DescriptorPublicKey asPublic()
-
derive
abstract DescriptorSecretKey derive(DerivationPath path)
-
extend
abstract DescriptorSecretKey extend(DerivationPath path)
-
secretBytes
abstract List<UByte> secretBytes()
-
-
-
-