This page uses machine translation from English, which may contain errors or unclear language. For the most accurate information, please see the original English version. Some content may be in the original English due to frequent updates. Help us improve this page's translation by joining our effort on Crowdin. (Crowdin translation page, Contributing guide)
[Account] eth_sign
The method calculates an EIP-191 signature: sign(keccak256("\x19Ethereum Signed Message:\n" + len(message) + message)))
NOTE: In versions earlier than Kaia v1.0.1, the method calculates an KIP-97 signature: sign(keccak256("\x19Klaytn Signed Message:\n" + len(message) + message)))
The personal_ecRecover and kaia_recoverFromMessage methods can verify the signature.
JSONRPC: eth_sign
Request
Responses
- 200
Return signature