Class TransactionEnvelopeType

java.lang.Object
com.norswap.nanoeth.transactions.TransactionEnvelopeType

public final class TransactionEnvelopeType
extends Object
Holds constants corresponding to the identifier for the various EIP-2718 envelope types (EIP-2718 only introduces the envelope types mechanisms, the envelope types themselves are introduced in other EIPs).
  • Field Details

    • ENVELOPE_TYPE_NONE

      public static final int ENVELOPE_TYPE_NONE
      Used to signify that a transaction does not have an EIP-2718 envelope type.
      See Also:
      Constant Field Values
    • ENVELOPE_TYPE_EIP_2930

      public static final int ENVELOPE_TYPE_EIP_2930
      EIP-2718 envelope type introduced in EIP-2930 (access lists).
      See Also:
      Constant Field Values
    • ENVELOPE_TYPE_EIP_1559

      public static final int ENVELOPE_TYPE_EIP_1559
      EIP-2718 envelope type introduced in EIP-1559 (replaces gas price by gas fee and gas tips).
      See Also:
      Constant Field Values