Importing a contract #4682
Unanswered
AAKASHXOTHEWEEKND
asked this question in
Q&A
Replies: 2 comments 3 replies
-
@AAKASHXOTHEWEEKND This line creates a new contract(SimpleStorage) and stores it in a variable of type(SimpleStorage). Using it we use the smart contract inside another smart contract. |
Beta Was this translation helpful? Give feedback.
3 replies
-
If I have a function called getConversionRate can I write getConversionRate(msg.value) ? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
SimpleStorage simpleStorage = new SimpleStorage();
What does this mean ?
Beta Was this translation helpful? Give feedback.
All reactions