A virtual function called after executions occured on the account. Overwrites from ERC7579HookDestruct.
ERC7579HookDestruct
function _postCheck(address account, bytes calldata hookData) internal virtual override { return; }
address
The address of the account that the execution is called on.
bytes
The data returned from the pre-execution check.
None