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