AptosCoin constructor

AptosCoin({
  1. dynamic setting,
})

Implementation

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