Skip to content

Latest commit

 

History

History
118 lines (105 loc) · 3.81 KB

IExternalPriceFeed.md

File metadata and controls

118 lines (105 loc) · 3.81 KB

A generic interface for external price providers (IExternalPriceFeed.sol)

View Source: contracts/Dependencies/PriceFeed/IExternalPriceFeed.sol

↘ Derived Contracts: IMoCBaseOracle, IRSKOracle, MoCMedianizer, RskOracle

IExternalPriceFeed

Functions


latestAnswer

The returned price should be 18-decimal value

function latestAnswer() external view
returns(uint256, bool)
Source Code
function latestAnswer() external view returns (uint256, bool);

Contracts