AccountERC7702Test
Inherits: Test
State Variables
MAX_ETH
uint256 private constant MAX_ETH = type(uint128).max;
_target
CallReceiverMock private _target;
_signerPrivateKey
uint256 private _signerPrivateKey;
_signer
AccountERC7702MockConstructor private _signer;
Functions
setUp
function setUp() public;
testExecuteBatch
function testExecuteBatch(uint256 argA, uint256 argB) public;