addressIndex method

CardanoShelley addressIndex(
  1. int addrIdx
)

Creates a new Cardano Shelley wallet with a specified address index.

Implementation

CardanoShelley addressIndex(int addrIdx) {
  return CardanoShelley(bip44.addressIndex(addrIdx), bip44Sk);
}