Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 593 Bytes

File metadata and controls

27 lines (19 loc) · 593 Bytes
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.

Functions

calculateFeeByIds

Calculates a fee that needs to be paid to fetch feeds' data.

function calculateFeeByIds(
    bytes21[] _feedIds
) external view returns (
    uint256 _fee
);

Parameters

  • _feedIds: List of feed ids.