SEP24WithdrawAsset constructor

SEP24WithdrawAsset(
  1. bool enabled,
  2. double? minAmount,
  3. double? maxAmount,
  4. double? feeFixed,
  5. double? feePercent,
  6. double? feeMinimum,
)

Implementation

SEP24WithdrawAsset(this.enabled, this.minAmount, this.maxAmount,
    this.feeFixed, this.feePercent, this.feeMinimum);