Package org.bitcoindevkit
Interface DescriptorSecretKeyInterface
-
- All Implemented Interfaces:
public interface DescriptorSecretKeyInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
DescriptorSecretKeyInterface.Companion
-
Method Summary
Modifier and Type Method Description abstract DescriptorPublicKey
asPublic()
abstract String
asString()
abstract DescriptorSecretKey
derive(DerivationPath path)
abstract DescriptorSecretKey
extend(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()
-
-