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 */ }
pub type ViewStorageContext = ViewContext<(), KeyValueStore>;
Implementation of linera_views::context::Context
to be used for data storage
by Linera applications.
struct ViewStorageContext { /* private fields */ }