evmVerifyMessage
Ethereum: verify message
Asks device to verify a message using the signer address and signature.
Params
address
- requiredstring
signer address. "0x" prefix is optionalmessageHex
- requiredstring
signed message in hex textsignature
- requiredstring
signature in hexadecimal format. "0x" prefix is optionalchainId
- 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