XrpCoin constructor

XrpCoin({
  1. dynamic setting,
})

Implementation

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