addressIndex method
Creates a new Cardano Shelley wallet with a specified address index.
Implementation
CardanoShelley addressIndex(int addrIdx) {
return CardanoShelley(bip44.addressIndex(addrIdx), bip44Sk);
}
Creates a new Cardano Shelley wallet with a specified address index.
CardanoShelley addressIndex(int addrIdx) {
return CardanoShelley(bip44.addressIndex(addrIdx), bip44Sk);
}