referrerpolicy=no-referrer-when-downgrade

Type Alias SomeValue

Source
pub type SomeValue<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageSomeValue<T, I>, u32>;
Expand description

Storage type is [StorageValue] with value type u32.

Aliased Type§

struct SomeValue<T: Config<I>, I: 'static = ()>(/* private fields */);