Make a delegatecall execution through the account. Inherited from ERC7579ExecutorBase
.
address
The address of the target contract to make the delegatecall to.
bytes
The data to send with the delegatecall.
address
The address of the account to execute the call from. If not provided, the call will be executed from the msg.sender
.
bytes[]
The results of the execution.