Replies: 1 comment 4 replies
-
Hello @Fahad3242, We always make a contract an interface type so that we ensure that we implement all the functions and features we have planned out without forgetting anyone because the contract will not compile if you did not completely implement everything outlined in the interface. Removing the interface might lead to a scenario where you forget to implement some stuff you planned to. Please ask questions if anything is confusing. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can anyone explain me why import was added in MockV3Aggregator
When I removed it worked fine
THANKS IN ADVANCE
Beta Was this translation helpful? Give feedback.
All reactions