SwapInfo: { actualAmountOut?: CryptoAmount; affliateFee: CryptoAmount; confirmations: number; expectedAmountOut: CryptoAmount; expectedOutBlock: number; expectedOutDate: Date; minimumAmountOut: CryptoAmount; status: SwapStatus; toAddress: string; } Type declaration
Optional
actualAmountOut?: CryptoAmount
affliateFee: CryptoAmount
confirmations: number
expectedAmountOut: CryptoAmount
expectedOutBlock: number
expectedOutDate: Date
minimumAmountOut: CryptoAmount
toAddress: string
Object representing swap information.