//! Auctioning system to determine the set of Parachains in operation. This includes logic for the
//! auctioning mechanism and for reserving balance as part of the "payment". Unreserving the balance
// Winners data type. This encodes each of the final winners of a parachain auction, the parachain
/// This can only happen when there isn't already an auction in progress. Accepts the `duration`
T::Registrar::register(owner.clone(), para, worst_head_data.clone(), worst_validation_code.clone())?;
}: _(RawOrigin::Signed(caller.clone()), new_para, auction_index, first_slot, last_slot, bigger_amount)
// Worst case: 10 bidders taking all wining spots, and we need to calculate the winner for auction end.