Function polkadot_runtime_common::crowdloan::pallet::dispatchables::edit
source · pub fn edit<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
Edit the configuration for an in-progress crowdloan.
Can only be called by Root origin.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::edit
.