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