A virtual function called when the session is being used to verify an ERC-1271 signature. Overwrites from ERC1271Policy
.
ConfigId | bytes32
The id of the configuration that is part of the session.
address
The address of the smart sessions contract.
address
The address of the account that is using smart sessions.
bytes32
The hash of the data that is being signed.
bytes
The signature of the data that is being signed.
bool
Returns true
if the signature is valid, false
otherwise.