Lesson 4: FundMe Contract AddressToAmountFunded Not appearing #355
Answered
by
alymurtazamemon
ErikRobles
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
alymurtazamemon
Jun 16, 2022
Replies: 1 comment 1 reply
-
@ErikRobles In order to see that, you need to mark it public like this, mapping(address => uint256) public addressToAmountFunded; |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ErikRobles
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ErikRobles In order to see that, you need to mark it public like this,