IChainlinkFeed
Interface for Chainlink feeds
latestRoundData
function latestRoundData() external view returns (uint80, int256, uint256, uint256, uint80)decimals
function decimals() external view returns (uint8)Was this helpful?