isEvmChain method

bool isEvmChain()

Implementation

bool isEvmChain() {
  return chainType == 'evm';
}