Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Structs

IterableMapA 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…