ISafe
Author: Safe
Minimal subset of the Safe contract needed for signature verification.
Functions
checkSignatures
Verifies the given signatures for dataHash.
function checkSignatures(bytes32 dataHash, bytes memory data, bytes memory signatures) external view;
Parameters
| Name | Type | Description |
|---|---|---|
dataHash | bytes32 | Keccak256 hash of the encoded transaction data. |
data | bytes | The original pre-image that was signed. |
signatures | bytes | Concatenated signatures. |