Skip to content

getDerivedPublicKey

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

Usage

const publicKey = await nearChainSigContract.getDerivedPublicKey({
  path: 'my_derivation_path',
  predecessor: 'your-account.testnet',
})

Parameters

ParameterTypeDescription
argsobjectArguments for deriving the public key
args.pathstringThe derivation path to use
args.predecessorstringThe account ID requesting the signature

Returns

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