new_auction: TxDescriptor<{
    duration: number;
    lease_period_index: number;
}>

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.