Solidity Delete Address From Mapping

[Solved] Solidity Delete Address From Mapping | Solidity - Code Explorer | yomemimo.com
Question : solidity delete address from mapping

Answered by : xanthous-xenomorph-gd4nctcikr9i

// deleting an address helps save gas and lose chain's weight
delete myMapping[myKey]

Source : | Last Update : Thu, 17 Mar 22

Answers related to solidity delete address from mapping

Code Explorer Popular Question For Solidity