Type Definition pallet_broker::pallet::SaleInfo
source · pub type SaleInfo<T> = StorageValue<_GeneratedPrefixForStorageSaleInfo<T>, SaleInfoRecordOf<T>, OptionQuery>;
Expand description
The details of the current sale, including its properties and status.
Storage type is StorageValue
with value type SaleInfoRecordOf < T >
.