pub type AuctionEndTime<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageAuctionEndTime<T>, Twox64Concat, BlockNumberFor<T>, Blake2_128Concat, T::AuctionId, (), OptionQuery>;Expand description
Index auctions by end time.
Storage type is StorageDoubleMap with key1 type BlockNumberFor < T >, key2 type T :: AuctionId and value type ().
Aliased Typeยง
pub struct AuctionEndTime<T: Config>(/* private fields */);