nostrGetPublicKey
Last updated
Was this helpful?
Last updated
Was this helpful?
Firmware version required
Touch: 4.6.0
Classic/Mini: 3.5.0
Classic1s: 3.6.0
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.
path
— required string | Array<number>
minimum length is 3
.
showOnOneKey
— optional boolean
determines if address will be displayed on device. Default is set to true
bundle
- Array
of Objects with path
, coin
fields
Return public key of first ethereum account:
Return a bundle of public keys for multiple ethereum accounts:
Result with only one public key
Result with bundle of public keys
Error