Type Alias pallet_ip_pallet::pallet::NextOfferId

source ·
pub type NextOfferId<T: Config> = StorageValue<_GeneratedPrefixForStorageNextOfferId<T>, T::OfferId, ValueQuery>;
Expand description

Counter for generating unique offer IDs

Increments automatically when new offers are created. Used by both license and purchase offer creation.

Storage type is [StorageValue] with value type T :: OfferId.

Aliased Type§

struct NextOfferId<T: Config>(/* private fields */);