LtcCoin constructor

LtcCoin({
  1. dynamic setting,
  2. bool isTaproot = false,
})

Implementation

LtcCoin({setting, this.isTaproot = false}) {
  this.setting = setting ?? (isTaproot ? _taproot : _defaultWalletSetting);
}