isEIP1559 property

bool isEIP1559

Implementation

bool get isEIP1559 => maxFeePerGas != null || maxPriorityFeePerGas != null;