IPriceFeed
Functions
decimals
function decimals() external view returns (uint8);latestRoundData
function latestRoundData()
external
view
returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound);description
function description() external view returns (string memory);getDataFeedId
function getDataFeedId() external view returns (bytes32);Was this helpful?