pub fn set_crowdloan_allocation<T: Config>(
crowdloan_allocation_amount: BalanceOf<T>
)
Expand description
Initialize the reward distribution storage. It shortcuts whenever an error is found Sets crowdloan allocation for:
- current round of crowdloan - if it has not been completed (
[Pallet::<T>::complete_initialization]
) - following round of crowdloan rewards payment if previous one has been already completed
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_crowdloan_allocation
.