Make one or multiple executions through the account. Inherited from ERC7579ExecutorBase
.
address
The address of the account to execute the call from. If not provided, the call will be executed from the msg.sender
.
address
The address of the target contract.
uint256
The value to send with the call.
bytes
The data to send with the call.
Execution[]
The executions to use for the call instead of using a single target, value, and callData.
bytes
The result of a single execution.
bytes[]
The results of multiple executions.