referrerpolicy=no-referrer-when-downgrade

Total

Type Alias 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§

pub struct Total<T: Config>(/* private fields */);