confluxSignMessageCIP23
Use requirement
Firmware version required
Touch: 3.0.0
Classic/Mini: 2.4.0
Conflux: sign message CIP23
Asks device to sign a message using the private key derived by given BIP32 path.This method follows the CIP23 specification implementation
Params
path
— requiredstring | Array<number>
minimum length is3
. read moremessageHash
- requiredstring
message to sign in hex textdomainHash
- requiredstring
hex-encoded 32-byte hash of the CIP-23 domain.
Example
Result
Error
Last updated