Skip to content

title: eth::codec::AccessListEntry summary: An EIP-2930 access list entry: contract address + storage slots.


eth::codec::AccessListEntry

An EIP-2930 access list entry: contract address + storage slots.

#include <objects.hpp>

Public Attributes

Name
Address address
std::vector< Hash256 > storage_keys

Public Attributes Documentation

variable address

Address address {};

variable storage_keys

std::vector< Hash256 > storage_keys;

Updated on 2026-04-13 at 23:22:46 -0700