Type Definition pallet_broker::pallet::InstaPoolHistory
source · pub type InstaPoolHistory<T> = StorageMap<_GeneratedPrefixForStorageInstaPoolHistory<T>, Blake2_128Concat, Timeslice, InstaPoolHistoryRecordOf<T>>;
Expand description
Total InstaPool rewards for each Timeslice and the number of core parts which contributed.
Storage type is StorageMap
with key type Timeslice
and value type InstaPoolHistoryRecordOf < T >
.