Type Alias pallet_example_tasks::pallet::Total
source · pub type Total<T: Config> = StorageValue<_GeneratedPrefixForStorageTotal<T>, (u32, u32), ValueQuery>;Expand description
Some running total.
Storage type is StorageValue with value type (u32, u32).
Aliased Type§
struct Total<T: Config>(/* private fields */);