pub type UseLocalStorage<T, I = ()> = StorageValue<_GeneratedPrefixForStorageUseLocalStorage<T, I>, bool, ValueQuery>;
Expand description

Helper flag used in the runtime benchmarks for the initial setup.

Storage type is [StorageValue] with value type bool.

Aliased Type§

struct UseLocalStorage<T, I = ()>(/* private fields */);