Module near_sdk::store::lookup_map

source ·

Structs

A non-iterable, lazily loaded storage map that stores its content directly on the storage trie.
View into an occupied entry in a LookupMap. This is part of the Entry enum.
View into a vacant entry in a LookupMap. This is part of the Entry enum.

Enums

A view into a single entry in the map, which can be vacant or occupied.