Function polkadot_runtime_common::crowdloan::pallet::dispatchables::create
source · pub fn create<T: Config>(
index: Id,
cap: <<<T as Config>::Auctioneer as Auctioneer<BlockNumberFor<T>>>::Currency as Currency<<T as Config>::AccountId>>::Balance,
first_period: <<T as Config>::Auctioneer as Auctioneer<BlockNumberFor<T>>>::LeasePeriod,
last_period: <<T as Config>::Auctioneer as Auctioneer<BlockNumberFor<T>>>::LeasePeriod,
end: BlockNumberFor<T>,
verifier: Option<MultiSigner>,
)
Expand description
Create a new crowdloaning campaign for a parachain slot with the given lease period range.
This applies a lock to your parachain configuration, ensuring that it cannot be changed by the parachain manager.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::create
.