childKey abstract method

Bip32Base childKey(
  1. Bip32KeyIndex index
)

Derives a child BIP-32 key from the current key.

Implementation

Bip32Base childKey(Bip32KeyIndex index);