SwapInfo: {
    actualAmountOut?: CryptoAmount;
    affliateFee: CryptoAmount;
    confirmations: number;
    expectedAmountOut: CryptoAmount;
    expectedOutBlock: number;
    expectedOutDate: Date;
    minimumAmountOut: CryptoAmount;
    status: SwapStatus;
    toAddress: string;
}

Object representing swap information.

Type declaration

  • Optional actualAmountOut?: CryptoAmount
  • affliateFee: CryptoAmount
  • confirmations: number
  • expectedAmountOut: CryptoAmount
  • expectedOutBlock: number
  • expectedOutDate: Date
  • minimumAmountOut: CryptoAmount
  • status: SwapStatus
  • toAddress: string

Generated using TypeDoc