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¶
variable storage_keys¶
Updated on 2026-04-13 at 23:22:46 -0700