Function pallet_crowdloan_rewards::pallet::dispatchables::claim
source · pub fn claim<T: Config>(crowdloan_id: Option<u32>)
Expand description
Collect rewards from particular crowdloan.
If crowdloan_id is not set current CrowdloanId
id will be used.
Caller is instantly rewarded with [InitializationPayment
] % of available rewards,
remaining funds are locked according to schedule(using pallet_mangata_vesting
configured
by Pallet::<T>::complete_initialization
call.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::claim
.