Type alias LoanCloseQuote
LoanCloseQuote: { dustThreshold?: string; errors: string[]; expectedAmountOut: string; expectedCollateralWithdrawn: string; expectedDebtRepaid: string; expectedWaitTime: BlockInformation; expiry: number; fees: QuoteFees; inboundAddress?: string; memo?: string; notes: string; recommendedMinAmountIn?: string; router?: string; slippageBps?: number; warning: string; } Type declaration
Optional
dustThreshold?: string
errors: string[]
expectedAmountOut: string
expectedCollateralWithdrawn: string
expectedDebtRepaid: string
expiry: number
Optional
inboundAddress?: string
Optional
memo?: string
notes: string
Optional
recommendedMinAmountIn?: string
Optional
router?: string
Optional
slippageBps?: number
warning: string
Represents the quote for closing a loan.