linera_sdk::views

Type Alias LogView

Source
pub type LogView<T> = LogView<ViewStorageContext, T>;
Expand description

An alias to linera_views::log_view::LogView that uses the WebAssembly-specific ViewStorageContext.

Aliased Typeยง

struct LogView<T> { /* private fields */ }