hash_typed_data
Hash EIP-712 typed structured data to produce a standardized digest for secure verification and signing in EVM transactions.
Instructions
Hash typed structured data according to EIP-712
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| types | Yes | Type definitions | |
| domain | Yes | EIP-712 domain separator | |
| message | Yes | Message data to hash | |
| primaryType | Yes | Primary type name |