IcpCoin constructor

IcpCoin({
  1. dynamic setting,
  2. dynamic walletType,
})

Implementation

IcpCoin({setting, walletType}) {
  this.setting = setting ?? _default;
  icpWalletType = walletType ?? _defaultType;
}