change method

CardanoShelley change(
  1. Bip44Changes changeType
)

Creates a new Cardano Shelley wallet with a specified change type.

Implementation

CardanoShelley change(Bip44Changes changeType) {
  return CardanoShelley(bip44.change(changeType), bip44Sk);
}