Type Alias linera_sdk::views::ByteMapView

source ·
pub type ByteMapView<V> = ByteMapView<ViewStorageContext, V>;
Expand description

An alias to linera_views::map_view::ByteMapView that uses the WebAssembly-specific ViewStorageContext.

Aliased Type§

struct ByteMapView<V> { /* private fields */ }