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