Interface EncodeSwapSchema

Hierarchy

  • EncodeSwapSchema

Properties

converted?: {
    amount: string;
    token: string;
}

Type declaration

  • amount: string
  • token: string
encoded: string
fee: {
    lpFee: string;
    serviceFee: string;
    signingRequest: object;
    totalFee: string;
}

Type declaration

  • lpFee: string
  • serviceFee: string
  • signingRequest: object
  • totalFee: string
fromAddress: string
fromContract: string
initiator: string
recipient: string

Generated using TypeDoc