Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IterableMap

A Map like struct that represents a map in a contract storage that can also be iterated over. Another thing that IterableMap is different from Map in that it returns Option, so values that weren’t written into it will return Option::None.

Fully qualified path: starkware_utils::iterable_map::IterableMap

[starknet::storage_node]
[allow(starknet::invalid_storage_member_types)]
pub struct IterableMap<K, V> { /* private fields */ }