isHardened property

bool get isHardened

Get if the key index is hardened.

Implementation

bool get isHardened {
  return isHardenedIndex(index);
}