Interface XySwapResponse

Hierarchy

  • XySwapResponse

Properties

Properties

route: XyRoute
success: boolean
tx: {
    data: string;
    to: string;
    value: string;
}

Type declaration

  • data: string
  • to: string
  • value: string

Generated using TypeDoc