Type Definition pallet_asset_registry::pallet::NextAssetId
source · pub type NextAssetId<T: Config> = StorageValue<_GeneratedPrefixForStorageNextAssetId<T>, T::AssetId, ValueQuery>;
Expand description
Next available asset id. This is sequential id assigned for each new registered asset.