Crate alloy_eip2930

Source
Expand description

EIP-2930 types.

Structsยง

AccessList
AccessList as defined in EIP-2930
AccessListItem
A list of addresses and storage keys that the transaction plans to access. Accesses outside the list are possible, but become more expensive.
AccessListResult
AccessListResult for handling errors from eth_createAccessList
AccessListWithGasUsed
Access list with gas used appended.