Type Definition dex_stable::pallet::NextPoolId

source ·
pub type NextPoolId<T: Config> = StorageValue<_GeneratedPrefixForStorageNextPoolId<T>, T::PoolId, ValueQuery>;
Expand description

The id of next pool

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