DepositAsset constructor

DepositAsset(
  1. bool enabled,
  2. bool authenticationRequired,
  3. double feeFixed,
  4. double feePercent,
  5. double minAmount,
  6. double maxAmount,
  7. Map<String, AnchorField> fields
)

Implementation

DepositAsset(this.enabled, this.authenticationRequired, this.feeFixed,
    this.feePercent, this.minAmount, this.maxAmount, this.fields);