bdk-android
Toggle table of contents
1.2.0-SNAPSHOT
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
bdk-android
bdk-android
/
org.bitcoindevkit
/
DescriptorSecretKeyInterface
Descriptor
Secret
Key
Interface
interface
DescriptorSecretKeyInterface
Inheritors
DescriptorSecretKey
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
as
Public
Link copied to clipboard
abstract
fun
asPublic
(
)
:
DescriptorPublicKey
as
String
Link copied to clipboard
abstract
fun
asString
(
)
:
String
derive
Link copied to clipboard
abstract
fun
derive
(
path
:
DerivationPath
)
:
DescriptorSecretKey
extend
Link copied to clipboard
abstract
fun
extend
(
path
:
DerivationPath
)
:
DescriptorSecretKey
secret
Bytes
Link copied to clipboard
abstract
fun
secretBytes
(
)
:
List
<
UByte
>