Type Definition pallet_template::pallet::Something
source · pub type Something<T> = StorageValue<_GeneratedPrefixForStorageSomething<T>, u32>;
Expand description
Storage type is StorageValue
with value type u32
.
pub type Something<T> = StorageValue<_GeneratedPrefixForStorageSomething<T>, u32>;
Storage type is StorageValue
with value type u32
.