klay_sign
The sign method calculates a Klaytn-specific signature with:
Adding a prefix to the message makes the calculated signature recognizable as a Klaytn-specific signature. This prevents misuse where a malicious dApp can sign arbitrary data, e.g., transaction, and use the signature to impersonate the victim.
NOTE: The address to sign with must be unlocked.
Parameters
Name | Type | Description |
---|---|---|
account | 20-byte DATA | Address |
message | N-byte DATA | Message to sign |
Return Value
Type | Description |
---|---|
DATA | Signature |
Example
Last updated