pub type RegisterView<T> = RegisterView<ViewStorageContext, T>;Expand description
An alias to linera_views::register_view::RegisterView that uses the
WebAssembly-specific ViewStorageContext.
Aliased Typeยง
struct RegisterView<T> { /* private fields */ }