One important change: MockedAccount.storage is a map and not unordered_map
This is an import of EVMC version 7.5.0.
Important: The MockedAccount.storage is changed to a map from unordered_map as ordering is important for fuzzing.
MockedAccount.storage