Type Alias pallet_pool_fees::pallet::FeeIdsToPoolBucket
source · pub type FeeIdsToPoolBucket<T: Config> = StorageMap<_GeneratedPrefixForStorageFeeIdsToPoolBucket<T>, Blake2_128Concat, T::FeeId, (T::PoolId, PoolFeeBucket), OptionQuery>;
Expand description
Maps a fee identifier to the corresponding pool and [PoolFeeBucket].
Lifetime of a storage entry: Forever, inherited from pool lifetime.
Storage type is [StorageMap
] with key type T :: FeeId
and value type (T :: PoolId, PoolFeeBucket)
.
Aliased Type§
struct FeeIdsToPoolBucket<T: Config>(/* private fields */);