change method
Creates a new Cardano Shelley wallet with a specified change type.
Implementation
CardanoShelley change(Bip44Changes changeType) {
return CardanoShelley(bip44.change(changeType), bip44Sk);
}
Creates a new Cardano Shelley wallet with a specified change type.
CardanoShelley change(Bip44Changes changeType) {
return CardanoShelley(bip44.change(changeType), bip44Sk);
}