ThorNodeRequestLoanCloseQuote constructor

ThorNodeRequestLoanCloseQuote({
  1. BigInt? height,
  2. String? fromAsset,
  3. String? toAsset,
  4. String? minOut,
  5. BigInt? repayBPS,
  6. String? loanOwner,
})

Implementation

ThorNodeRequestLoanCloseQuote(
    {this.height,
    this.fromAsset,
    this.toAsset,
    this.minOut,
    this.repayBPS,
    this.loanOwner});