Function pallet_broker::pallet::dispatchables::start_sales
source · pub fn start_sales<T: Config>(
initial_price: BalanceOf<T>,
core_count: CoreIndex
)
Expand description
Begin the Bulk Coretime sales rotation.
origin
: Must be Root or passAdminOrigin
.initial_price
: The price of Bulk Coretime in the first sale.core_count
: The number of cores which can be allocated.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::start_sales
.