findKeyPairForChangeAddress abstract method

Bip32KeyPair? findKeyPairForChangeAddress({
  1. required ShelleyAddress address,
  2. int account = defaultAccountIndex,
  3. int index = defaultAddressIndex,
})

Find signing key for spend or change address.

Implementation

Bip32KeyPair? findKeyPairForChangeAddress({
  required ShelleyAddress address,
  int account = defaultAccountIndex,
  int index = defaultAddressIndex,
});