Type Definition pallet_crowdloan_rewards::pallet::CrowdloanId
source · pub type CrowdloanId<T: Config> = StorageValue<_GeneratedPrefixForStorageCrowdloanId<T>, u32, ValueQuery>;
Expand description
Id of current crowdloan rewards distribution, automatically incremented by
Pallet::<T>::complete_initialization
Storage type is StorageValue
with value type u32
.