Type Alias pallet_example_tasks::pallet::Numbers
source · pub type Numbers<T: Config> = StorageMap<_GeneratedPrefixForStorageNumbers<T>, Twox64Concat, u32, u32, OptionQuery>;Expand description
Numbers to be added into the total.
Storage type is StorageMap with key type u32 and value type u32.
Aliased Type§
struct Numbers<T: Config>(/* private fields */);