linera_sdk::views

Type Alias ViewStorageContext

Source
pub type ViewStorageContext = ViewContext<(), KeyValueStore>;
Expand description

Implementation of linera_views::context::Context to be used for data storage by Linera applications.

Aliased Typeยง

struct ViewStorageContext { /* private fields */ }