To access deployed contract inside another contract why do we need an interface of that contract? #361
shakilkhan12
started this conversation in
General
Replies: 1 comment 1 reply
-
@shakilkhan12 Because in order to interact with that contract EVN needs to understand, what functions that contract has, what these functions take and what they return. So that we can pass and get results according to the types that these functions are taking and giving. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To access deployed contract inside of another contract, why do we need an interface of the deployed contract, my question is why we cannot access deployed contract without an interface?
Beta Was this translation helpful? Give feedback.
All reactions