Interface OkuSwapResponse

Hierarchy

  • OkuSwapResponse

Properties

approvals: object[]
extra: string
trade: {
    accessList: string;
    chainId: number;
    data: string;
    to: string;
    value: string;
}

Type declaration

  • accessList: string
  • chainId: number
  • data: string
  • to: string
  • value: string
transactions: object[]

Generated using TypeDoc