sign_typed_data
Sign EIP-712 typed data by providing domain, types, and value to authenticate structured messages with a wallet.
Instructions
Sign EIP-712 typed data with the configured wallet. Provide domain, types, and value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| types | Yes | EIP-712 types (excluding EIP712Domain). | |
| value | Yes | The typed data value to sign. | |
| domain | Yes | EIP-712 domain object. |