isEIP1559 property
bool
get
isEIP1559
Implementation
bool get isEIP1559 => maxFeePerGas != null && maxPriorityFeePerGas != null;
bool get isEIP1559 => maxFeePerGas != null && maxPriorityFeePerGas != null;