ISafe

Git Source

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

NameTypeDescription
dataHashbytes32Keccak256 hash of the encoded transaction data.
databytesThe original pre-image that was signed.
signaturesbytesConcatenated signatures.