derive Private Key
fun derivePrivateKey(parent: DeterministicWallet.ExtendedPrivateKey, index: Long): DeterministicWallet.ExtendedPrivateKey
Content copied to clipboard
Return
the derived private key at the specified index
Parameters
parent
extended private key
index
index of the child key
fun derivePrivateKey(parent: DeterministicWallet.ExtendedPrivateKey, chain: List<Long>): DeterministicWallet.ExtendedPrivateKey
Content copied to clipboard
fun derivePrivateKey(parent: DeterministicWallet.ExtendedPrivateKey, keyPath: KeyPath): DeterministicWallet.ExtendedPrivateKey
Content copied to clipboard
fun derivePrivateKey(parent: DeterministicWallet.ExtendedPrivateKey, keyPath: String): DeterministicWallet.ExtendedPrivateKey
Content copied to clipboard