Constant forest_filecoin::eth::EIP_LEGACY_TX_TYPE

source ยท
pub const EIP_LEGACY_TX_TYPE: u64 = 0;
Expand description

Ethereum Improvement Proposals 1559 transaction type. This EIP changed Ethereum fee market mechanism. Transaction type can have 3 distinct values:

  • 0 for legacy transactions
  • 1 for transactions introduced in EIP-2930
  • 2 for transactions introduced in EIP-1559