SiaCoin constructor

SiaCoin({
  1. dynamic setting,
})

Implementation

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