Type alias TransactionEIP2930<TQuantity, TIndex, TPending, TType>

TransactionEIP2930<TQuantity, TIndex, TPending, TType>: TransactionBase<TQuantity, TIndex, TPending> & FeeValuesLegacy<TQuantity> & {
    accessList: AccessList;
    chainId: TIndex;
    type: TType;
}

Type Parameters

  • TQuantity = bigint

  • TIndex = number

  • TPending extends boolean = boolean

  • TType = "eip2930"

Type declaration

  • accessList: AccessList

    EIP-2930 Access List.

  • chainId: TIndex

    Chain ID that this transaction is valid on.

  • type: TType

Generated using TypeDoc