isNeutered method

bool isNeutered()

Implementation

bool isNeutered() {
  return privateKey == null;
}