> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gains.trade/llms.txt
> Use this file to discover all available pages before exploring further.

# IChainlinkFeed

*Interface for Chainlink feeds*

## latestRoundData

```solidity theme={null}
function latestRoundData() external view returns (uint80, int256, uint256, uint256, uint80)
```

## decimals

```solidity theme={null}
function decimals() external view returns (uint8)
```
