Type Alias pallet_example_frame_crate::pallet::Value
source · pub type Value<T> = StorageValue<_GeneratedPrefixForStorageValue<T>, u32, OptionQuery, GetDefault>;
Expand description
Storage type is [StorageValue
] with value type u32
.
Aliased Type§
struct Value<T>(/* private fields */);