isMainnet method

bool isMainnet()

Implementation

bool isMainnet() {
  return network == 'Mainnet';
}