harden method
Get a new Bip32KeyIndex object with the current key index hardened.
Implementation
Bip32KeyIndex harden() {
return Bip32KeyIndex.hardenIndex(index);
}
Get a new Bip32KeyIndex object with the current key index hardened.
Bip32KeyIndex harden() {
return Bip32KeyIndex.hardenIndex(index);
}