Interface that verifies provided signature for the data Interface defined by EIP-1271Documentation Index
Fetch the complete documentation index at: https://tech.ramses.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Functions
isValidSignature
Parameters:
| Name | Type | Description |
|---|---|---|
hash | bytes32 | Hash of the data to be signed |
signature | bytes | Signature byte array associated with _data |
Return Values:
| Name | Type | Description |
|---|---|---|
magicValue | bytes32 | The bytes4 magic value 0x1626ba7e |
