ConstantExchangeRateProvider
Inherits: IExchangeRateProvider
Constant exchange rate provider.
Functions
exchangeRate
Get the exchange rate
function exchangeRate() external pure returns (uint256);
exchangeRateDecimals
Get the exchange rate decimals
function exchangeRateDecimals() external pure returns (uint256);