Crate alloy_eip2930

source ·
Expand description

EIP-2930 types.

Structs§

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