NearCoin constructor

NearCoin({
  1. dynamic setting,
})

Implementation

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