Lesson 7: Some questions in "Testing Fund Me" course code #5653
-
In
Second question: Why does the index symbol of
Can anyone help with the above that confuse me? Thank you very much. |
Beta Was this translation helpful? Give feedback.
Answered by
alymurtazamemon
Jun 11, 2023
Replies: 1 comment 7 replies
-
i.e function addressToAmountFunded(address _add) external view returns (uint256) {
return addressToAmountFunded[_add];
} |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
Dear-MrHe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Dear-MrHe
i.e