derivePubkey

fun derivePubkey(secretShare: Sr25519SecretShare, derivationPath: Array<String>): Sr25519PublicKey

Derives a public key from an Sr25519 secret share.

Return

The derived public key as a hex string

Parameters

secretShare

The secret share

derivationPath

The non-hardened derivation path to use for computing the public key