Type Definition pallet_broker::pallet::InstaPoolContribution
source · pub type InstaPoolContribution<T> = StorageMap<_GeneratedPrefixForStorageInstaPoolContribution<T>, Blake2_128Concat, RegionId, ContributionRecordOf<T>, OptionQuery>;
Expand description
Record of a single contribution to the Instantaneous Coretime Pool.
Storage type is StorageMap
with key type RegionId
and value type ContributionRecordOf < T >
.