Function polkadot_runtime_common::auctions::pallet::dispatchables::new_auction
source · pub fn new_auction<T: Config>(
duration: BlockNumberFor<T>,
lease_period_index: <<T as Config>::Leaser as Leaser<BlockNumberFor<T>>>::LeasePeriod,
)
Expand description
Create a new auction.
This can only happen when there isn’t already an auction in progress and may only be
called by the root origin. Accepts the duration
of this auction and the
lease_period_index
of the initial lease period of the four that are to be auctioned.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::new_auction
.