Type Definition pallet_nis::pallet::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 >
.