Interface OpenoceanSwapQuoteResponse

Hierarchy

  • OpenoceanSwapQuoteResponse

Properties

Properties

code: number
data: {
    data: string;
    outAmount: string;
    to: string;
    value: string;
}

Type declaration

  • data: string
  • outAmount: string
  • to: string
  • value: string
error?: string

Generated using TypeDoc