interface #1793
Replies: 3 comments
-
Hi @johnwicked7, With the limited context provided, I might be mistaken. However, your function is calling version(), which returns the version representing the type of aggregator (AggregatorV3Interface) that the proxy points to. Here is the link for more info: https://docs.chain.link/data-feeds/api-reference |
Beta Was this translation helpful? Give feedback.
-
The line |
Beta Was this translation helpful? Give feedback.
-
Hello @johnwicked7, Do you resolve your confusion already? |
Beta Was this translation helpful? Give feedback.
-
i cant understand in this interface part can someone explain me pls
^^^
function getvision()public view returns(uint256) {
return AggregatorV3Interface (0x694AA1769357215DE4FAC081bf1f309aDC325306).version();
^^^
Beta Was this translation helpful? Give feedback.
All reactions