VyExchangeRateDto
This class represents a data transfer object for exchanging currency rates.
Properties
Field
Type
Description
inputAmount
double
The input amount.
outputAmount
double
The output amount.
slippage
double
The slippage.
fee
double
The fee.
Last updated