eip1559 constant

ETHTransactionType const eip1559

Represents an EIP-1559 Ethereum transaction (London hard fork).

Implementation

static const ETHTransactionType eip1559 =
    ETHTransactionType._("London", 0x02);