pub type SomeValue<T: Config> = StorageValue<_GeneratedPrefixForStorageSomeValue<T>, u32>;Expand description
Storage type is StorageValue with value type u32.
Aliased Typeยง
pub struct SomeValue<T: Config>(/* private fields */);pub type SomeValue<T: Config> = StorageValue<_GeneratedPrefixForStorageSomeValue<T>, u32>;Storage type is StorageValue with value type u32.
pub struct SomeValue<T: Config>(/* private fields */);