Type Alias pallet_example_split::pallet::Something
source · pub type Something<T> = StorageValue<_GeneratedPrefixForStorageSomething<T>, u32>;Expand description
Storage type is StorageValue with value type u32.
Aliased Type§
struct Something<T>(/* private fields */);