Keyboard shortcuts

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

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;