Retrieves BIP32 extended public derived by given BIP32 path. User is presented with a description of the requested key and asked to confirm the export.
const result = await HardwareSDK.evmGetPublicKey(connectId, deviceId, params);
Params
Exporting single public key
path — requiredstring | Array<number> minimum length is 3.
showOnOneKey — optionalboolean determines if address will be displayed on device. Default is set to true
chainId - optionalnumber The ChainId in ETH is a unique identifier for a specific Ethereum network, used to distinguish different versions of the blockchain. .