accessList
Signature
Section titled “Signature”struct AccessListItem { /// The address to be added in access list. address target; /// The storage keys to be added in access list. bytes32[] storageKeys;}function accessList(AccessListItem[] calldata access) external;Description
Section titled “Description”Utility cheatcode to set an EIP-2930 access list for all subsequent transactions.