BatchCaller
Functions
execute
function execute(Call[] calldata calls) external returns (bytes[] memory);
Structs
Call
struct Call {
address target;
uint256 value;
bytes data;
}
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
function execute(Call[] calldata calls) external returns (bytes[] memory);
struct Call {
address target;
uint256 value;
bytes data;
}