cosmosGetPublicKey
Last updated
Was this helpful?
Last updated
Was this helpful?
Firmware version required
Touch: 4.0.0
Classic/Mini: 2.10.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 1
.
curve
— optional string
of the elliptic curve algorithm, default is secp256k1
showOnOneKey
— optional boolean
determines if address will be displayed on device. Default is set to true
bundle
- Array
of Objects with path
, showOnOneKey
, curve
fields
Return public key of fifth cosmos account:
Return a bundle of public keys for multiple cosmos accounts:
Result with only one public key
Result with bundle of public keys
Error