derive Pubkey From Pubkey
fun derivePubkeyFromPubkey(pubkey: Sr25519PublicKey, derivationPath: Array<String>): Sr25519PublicKey
Derives a public key from a public key.
Return
The derived public key as a hex string
Parameters
pubkey
A valid sr25519 public key (from getPubkey)
derivation Path
The soft derivation path to use for computing the public key