IERC1271
Author: M^0 Labs
The interface as defined by EIP-1271: https://eips.ethereum.org/EIPS/eip-1271
Functions
isValidSignature
Returns a specific magic value if the provided signature is valid for the provided digest.
Parameters
Name | Type | Description |
---|---|---|
|
| Hash of the data purported to have been signed. |
|
| Signature byte array associated with the digest. |
Returns
Name | Type | Description |
---|---|---|
|
| Magic value 0x1626ba7e if the signature is valid. |