mirror of https://github.com/status-im/EIPs.git
Merge branch 'master' into patch-1
This commit is contained in:
commit
3dc6906fd0
|
@ -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