Type Alias linera_sdk::views::MapView
source · pub type MapView<K, V> = MapView<ViewStorageContext, K, V>;
Expand description
An alias to linera_views::map_view::MapView
that uses the WebAssembly-specific
ViewStorageContext
.
Aliased Type§
struct MapView<K, V> { /* private fields */ }