referrerpolicy=no-referrer-when-downgrade

Summary

Type Alias Summary 

Source
pub type Summary<T> = StorageValue<_GeneratedPrefixForStorageSummary<T>, SummaryRecord<BlockNumberFor<T>, <<T as Config>::Currency as FunInspect<<T as Config>::AccountId>>::Balance>, ValueQuery>;
Expand description

Summary information over the general state.

Storage type is [StorageValue] with value type SummaryRecordOf < T >.

Aliased Type§

pub struct Summary<T>(/* private fields */);