goplus_signature_decode
Decode signature and permit data to see exactly what you're signing, preventing blind signing attacks.
Instructions
Decode signature/permit data to understand what you're signing (prevents blind signing attacks)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainId | Yes | Chain ID or name | |
| inputData | Yes | Signature data (hex) or EIP-712 typed data (JSON) | |
| contractAddress | No | Contract address (for EIP-712) |