Function pallet_broker::pallet::dispatchables::start_sales
source · pub fn start_sales<T: Config>(end_price: BalanceOf<T>, extra_cores: CoreIndex)
Expand description
Begin the Bulk Coretime sales rotation.
origin
: Must be Root or passAdminOrigin
.end_price
: The price after the leadin period of Bulk Coretime in the first sale.extra_cores
: Number of extra cores that should be requested on top of the cores required forReservations
andLeases
.
This will call [Self::request_core_count
] internally to set the correct core count on
the relay chain.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::start_sales
.