Solidity Nested Mapping

[Solved] Solidity Nested Mapping | Elixir - Code Explorer | yomemimo.com
Question : solidity nested mapping

Answered by : ace-syder

//Solidity nested mapping example
mapping (address => mapping (address => uint256)) approvals;
//Mapping inside a mapping

Source : | Last Update : Sat, 09 Jul 22

Answers related to solidity nested mapping

Code Explorer Popular Question For Elixir