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 pass AdminOrigin.
  • 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.