Skip to main content

Module access_set

Module access_set 

Source
Expand description

Compact account/storage touch sets captured from EVM execution.

This is intentionally smaller than an EIP-2930 transaction access list: it keeps accounts and (account, slot) pairs as sets so callers can merge simulation traces, estimate EIP-2929 warm-access savings, and prefetch cache entries without committing to a transaction encoding.

Structsยง

StorageAccessList
Accounts and storage slots touched during EVM execution.