Type Alias pallet_pool_fees::pallet::LastFeeId
source · pub type LastFeeId<T: Config> = StorageValue<_GeneratedPrefixForStorageLastFeeId<T>, T::FeeId, ValueQuery>;Expand description
Source of truth for the last created fee identifier.
Lifetime: Forever.
Storage type is [StorageValue] with value type T :: FeeId.
Aliased Type§
struct LastFeeId<T: Config>(/* private fields */);