auctions: {
      /**
       * An auction ended. All funds become unreserved.
       **/
      AuctionClosed: AugmentedEvent<ApiType, [auctionIndex: u32], { auctionIndex: u32 }>;