Type alias EIP1559Transaction

EIP1559Transaction: TypedTransaction & {
    maxFeePerGas: Bytes;
    maxPriorityFeePerGas: Bytes;
    type: 2;
}

EIP-1559 Transaction: Fee market change for ETH 1.0 chain (Type-2)

Reference: https://eips.ethereum.org/EIPS/eip-1559