Deleting a struct
that contains a mapping
will not delete the mapping
contents which may lead to unintended consequences. (see here)
- delete Mapping within Struct
- delete Struct -> Mapping Intact
- Unintended Consequences
- Use Alternatives -> Lock vs Delete