AccessListItem
Definition
Section titled “Definition”struct AccessListItem { /// The address to be added in access list. address target; /// The storage keys to be added in access list. bytes32[] storageKeys;}Description
Section titled “Description”An EIP-2930 access list item.