pub type NextPoolAssetId<T: Config> = StorageValue<_GeneratedPrefixForStorageNextPoolAssetId<T>, T::PoolAssetId, OptionQuery>;
Expand description

Stores the PoolAssetId that is going to be used for the next lp token. This gets incremented whenever a new lp pool is created.

Storage type is StorageValue with value type T :: PoolAssetId.