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