Signs typed data per EIP-712. Use for orders, permits, and any signed payload that needs domain separation.Documentation Index
Fetch the complete documentation index at: https://docs.startale.com/llms.txt
Use this file to discover all available pages before exploring further.
Request
Parameters
Smart-account address.
EIP-712 typed data. Accepts a JSON-stringified string or the object directly; the SDK forwards the value verbatim.
Returns
0x${string}, the signature.
Errors
| Code | Cause |
|---|---|
4001 | User rejected |
4100 | Wallet not connected |
-32602 | Malformed typed data |
Verification
Related
personal_sign, for plain strings.- Sign messages