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