getPrivateKey abstract method

Bip32PrivateKey getPrivateKey(
  1. int changeIndex,
  2. int addressIndex
)

Get a specific private key based on change and address indexes.

Implementation

Bip32PrivateKey getPrivateKey(int changeIndex, int addressIndex);