Interface XyEstimationResponse

Hierarchy

Properties

contractAddress: string
crossChainFee: null | {}
destChainId: string
fromTokenAddress: string
fromTokenAmount: string
fromTokenValue: number
isSuccess: true
msg: string
quote: {
    crossChainSwap: DexSwap;
    destChainSwaps: null | DexSwap;
    sourceChainSwaps: null | DexSwap;
    toTokenAmount: string;
}

Type declaration

  • crossChainSwap: DexSwap
  • destChainSwaps: null | DexSwap
  • sourceChainSwaps: null | DexSwap
  • toTokenAmount: string
srcChainId: string
statusCode: XyStatusCode
toTokenAddress: string
toTokenAmount: string
toTokenValue: number
xyFee: null | {
    amount: number;
    symbol: string;
}

Generated using TypeDoc