_preCheck
A virtual function called before executions occured on the account. Overwrites from ERC7579HookDestruct
.
Usage
Parameters
account
- Type:
address
The address of the account that the execution is called on.
msgSender
- Type:
address
The address of the caller to the account.
msgValue
- Type:
uint256
The value sent to the account.
msgData
- Type:
bytes
The msgData sent to the account.
Returns
hookData
- Type:
bytes
The data sent to the postHook
function.