evmSignMessage
Ethereum: sign message
Asks device to sign a message using the private key derived by given BIP32 path.
Params
path
— requiredstring | Array<number>
minimum length is3
. read moremessageHex
- requiredstring
message to sign in hex textchainId
- optionalnumber
The ChainId in ETH is a unique identifier for a specific Ethereum network, used to distinguish different versions of the blockchain. Reference.
Example
Result
Error
Last updated