BchCoin constructor

BchCoin({
  1. dynamic setting,
})

Implementation

BchCoin({setting}) {
  this.setting = setting ?? _defaultWalletSetting;
}