Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ConstantExchangeRateProvider

Git Source

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);