Skip to main content

LogView

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ยง

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