QuoteSwap: { canSwap: boolean; dustThreshold: CryptoAmount; errors: string[]; expectedAmount: CryptoAmount; fees: Fees; inboundConfirmationBlocks?: number; inboundConfirmationSeconds?: number; memo: string; outboundDelayBlocks: number; outboundDelaySeconds: number; slipBasisPoints: number; toAddress: Address; totalSwapSeconds: number; warning: string; } Type declaration
canSwap: boolean
dustThreshold: CryptoAmount
errors: string[]
expectedAmount: CryptoAmount
Optional
inboundConfirmationBlocks?: number
Optional
inboundConfirmationSeconds?: number
memo: string
outboundDelayBlocks: number
outboundDelaySeconds: number
slipBasisPoints: number
toAddress: Address
totalSwapSeconds: number
warning: string
Represents a quote for a swap operation.