//! EIP-2930 Access list transaction interface.
use auto_impl;
use ;
/// Access list type is introduced in EIP-2930, and every
/// transaction after it contains access list.
///
/// **Note**: Iterator over access list returns account address and storage slot keys that
/// are warm loaded before transaction execution.
///
/// Number of account and storage slots is used to calculate initial tx gas cost.