isEIP1559Supported method

bool isEIP1559Supported()

Implementation

bool isEIP1559Supported() {
  return features.map((e) => e.name).contains('EIP1559');
}