Interface TxFeeSchema

Hierarchy

  • TxFeeSchema

Properties

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

Type declaration

  • amount: string
  • token: string
lpFee: string
serviceFee: string
totalFee: string

Generated using TypeDoc