alloy_eips

Module eip2930

Source
Expand description

Re-export the 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.