AggregatorV3Interface type?? #4673
-
Hi, to get better at this i decided to make my first smart contract without copying just Patrick. I was trying to get the price feed to ETH and on the interface i found this |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
It simply means that you are creating a variable of type aggregarorv3interface. Like you have imported aggregarorv3interface as an interface, and now you can use it as a type and access its functions. |
Beta Was this translation helpful? Give feedback.
-
thank you!! |
Beta Was this translation helpful? Give feedback.
It simply means that you are creating a variable of type aggregarorv3interface. Like you have imported aggregarorv3interface as an interface, and now you can use it as a type and access its functions.