Confusion in the "Fund me project " #3503
sutirthapaul17
started this conversation in
General
Replies: 1 comment 5 replies
-
Interfaces generally are used to define the functions available on the contracts of the interface type, and when we import them in contracts like that, we either use their type for some variables or we wrap some contract address in them to make a function call. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the Solidity interface lecture , what is the aggregatorv3interface doing , why we imported that , and what is it's benefits
Beta Was this translation helpful? Give feedback.
All reactions