linera_sdk::views

Type Alias 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 */ }