Module polkadot_runtime_common::crowdloan::pallet::dispatchables
source · Expand description
Functions§
- Add an optional memo to an existing crowdloan contribution.
- Contribute to a crowd sale. This will transfer some balance over to fund a parachain slot. It will be withdrawable when the crowdloan has ended and the funds are unused.
- Contribute your entire balance to a crowd sale. This will transfer the entire balance of a user over to fund a parachain slot. It will be withdrawable when the crowdloan has ended and the funds are unused.
- Create a new crowdloaning campaign for a parachain slot with the given lease period range.
- Remove a fund after the retirement period has ended and all funds have been returned.
- Edit the configuration for an in-progress crowdloan.
- Poke the fund into
NewRaise
- Automatically refund contributors of an ended crowdloan. Due to weight restrictions, this function may need to be called multiple times to fully refund all users. We will refund
RemoveKeysLimit
users at a time. - Withdraw full balance of a specific contributor.