Libraries
The standard library provides additional utility for handling storage.
- Mapping: Tracking key-value pairs
- Vectors: Using a persistent (not heap-allocated) vector
- Store & Get: Manually manipulating storage slots
The standard library provides additional utility for handling storage.