mirror of https://github.com/status-im/EIPs.git
Automatically merged updates to draft EIP(s) 1271
Hi, I'm a bot! This change was automatically merged because: - It only modifies existing Draft or Last Call EIP(s) - The PR was approved or written by at least one author of each modified EIP - The build is passing
This commit is contained in:
parent
a15edb61bb
commit
ccca01c77b
|
@ -43,11 +43,12 @@ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "S
|
|||
*
|
||||
* MUST return a bool upon valid or invalid signature with corresponding _data
|
||||
* MUST take (bytes, bytes) as arguments
|
||||
* MUST allow external calls
|
||||
*/
|
||||
function isValidSignature(
|
||||
bytes _data,
|
||||
bytes _data,
|
||||
bytes _signature)
|
||||
public
|
||||
public
|
||||
view
|
||||
returns (bool isValid);
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue