getPublicKey abstract method

Bip32PublicKey getPublicKey(
  1. int changeIndex,
  2. int addressIndex
)

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

Implementation

Bip32PublicKey getPublicKey(int changeIndex, int addressIndex);