| title | description | sidebar_position |
|---|---|---|
IFeeCalculator |
Interface for calculating block-latency feed fees. |
2 |
Interface for calculating block-latency feed fees.
Sourced from IFeeCalculator.sol on GitHub.
Calculates a fee that needs to be paid to fetch feeds' data.
function calculateFeeByIds(
bytes21[] _feedIds
) external view returns (
uint256 _fee
);_feedIds: List of feed ids.