FileCoin constructor

FileCoin({
  1. dynamic setting,
})

Implementation

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