KeyPathWithMaster

data class KeyPathWithMaster(val masterKeyFingerprint: Long, val keyPath: KeyPath)

Parameters

masterKeyFingerprint

fingerprint of the master key.

keyPath

bip 32 derivation path.

Constructors

Link copied to clipboard
fun KeyPathWithMaster(masterKeyFingerprint: Long, keyPath: KeyPath)

Properties

Link copied to clipboard
val keyPath: KeyPath
Link copied to clipboard
val masterKeyFingerprint: Long