bitcoin-kmp
0.11.1
common
bitcoin-kmp
/
fr.acinq.bitcoin.psbt
/
KeyPathWithMaster
Key
Path
With
Master
common
data
class
KeyPathWithMaster
(
val
masterKeyFingerprint
:
Long
,
val
keyPath
:
KeyPath
)
Content copied to clipboard
Constructors
Properties
Parameters
Parameters
common
master
Key
Fingerprint
fingerprint of the master key.
key
Path
bip 32 derivation path.
Constructors
Key
Path
With
Master
Link copied to clipboard
common
fun
KeyPathWithMaster
(
masterKeyFingerprint
:
Long
,
keyPath
:
KeyPath
)
Content copied to clipboard
Properties
keyPath
Link copied to clipboard
common
val
keyPath
:
KeyPath
Content copied to clipboard
masterKeyFingerprint
Link copied to clipboard
common
val
masterKeyFingerprint
:
Long
Content copied to clipboard