LoanOpenQuote: {
    dustThreshold?: string;
    errors: string[];
    expectedAmountOut: string;
    expectedCollateralDeposited: string;
    expectedCollateralizationRatio: string;
    expectedDebtIssued: string;
    expectedWaitTime: BlockInformation;
    expiry: number;
    fees: QuoteFees;
    inboundAddress?: string;
    memo?: string;
    notes: string;
    recommendedMinAmountIn?: string;
    router?: string;
    slippageBps?: number;
    warning: string;
}

Represents the quote for opening a loan.

Type declaration

  • Optional dustThreshold?: string
  • errors: string[]
  • expectedAmountOut: string
  • expectedCollateralDeposited: string
  • expectedCollateralizationRatio: string
  • expectedDebtIssued: string
  • expectedWaitTime: BlockInformation
  • expiry: number
  • fees: QuoteFees
  • Optional inboundAddress?: string
  • Optional memo?: string
  • notes: string
  • Optional recommendedMinAmountIn?: string
  • Optional router?: string
  • Optional slippageBps?: number
  • warning: string

Generated using TypeDoc