harden method

Bip32KeyIndex harden()

Get a new Bip32KeyIndex object with the current key index hardened.

Implementation

Bip32KeyIndex harden() {
  return Bip32KeyIndex.hardenIndex(index);
}