benfenGetPublicKey
Benfen: get public key
Get public key from device using BIP32 path.
Use requirement
Firmware version required
pro: 4.12.0
Params
Optional common params
path
— requiredstring | Array<number>
minimum length is3
. read moreshowOnOneKey
- optionalboolean
whether to display public key on device
Returns:
success: boolean - True if successful
payload:
path: string - BIP32 path used
pub: string - Public key in hex format
Example:
Last updated
Was this helpful?