Skip to content

getDerivedPublicKey

Derives a public key from a predecessor ID and derivation path.

Usage

const publicKey = await evmChainSigContract.getDerivedPublicKey({
  path: 'my_derivation_path',
  predecessor: '0x8626f6940E2eb28930eFb4CeF49B2d1F2C9C1199',
})

Parameters

ParameterTypeDescription
argsobjectArguments for deriving the public key
args.pathstringThe derivation path to use
args.predecessorstringThe wallet/contract address requesting the signature

Returns

TypeDescription
Promise<UncompressedPubKeySEC1>The derived public key in SEC1 uncompressed format