EthCoin constructor

EthCoin({
  1. dynamic setting,
})

Implementation

EthCoin({setting}) {
  this.setting = setting ?? _default;
}