FeeStatsResponse constructor

FeeStatsResponse(
  1. String lastLedger,
  2. String lastLedgerBaseFee,
  3. String lastLedgerCapacityUsage,
  4. FeeChargedResponse feeCharged,
  5. MaxFeeResponse maxFee,
)

Implementation

FeeStatsResponse(this.lastLedger, this.lastLedgerBaseFee, this.lastLedgerCapacityUsage,
    this.feeCharged, this.maxFee);