hey guys I'm having trouble navigating the solidity docs a bit... I am trying to find documentation about the .send() method (called on contracts) - more specifically details about the receipt returned by this method. I don't know where in the docs to find .send() - can any of you point me in the right direction?
Mar 2, 2022, 12:36 AM
By the way, the solidity docs have a search feature...here's one spot there that talks about .send()
https://docs.soliditylang.org/en/v0.8.12/types.html#members-of-addresses
https://docs.soliditylang.org/en/v0.8.12/types.html#members-of-addresses
Mar 2, 2022, 1:11 AM
hey thanks aaron
Mar 2, 2022, 2:26 AM