RswEthPtReserveOracle
Functions
constructor
constructor(
uint8 _ilkIndex,
address[] memory _feeds,
uint8 _quorum,
uint256 _maxChange
)
ReserveOracle(_ilkIndex, _feeds, _quorum, _maxChange);_getProtocolExchangeRate
function _getProtocolExchangeRate() internal view override returns (uint256);