Type Alias pallet_ip_pallet::pallet::NextNftId

source ·
pub type NextNftId<T: Config> = StorageValue<_GeneratedPrefixForStorageNextNftId<T>, T::NFTId, ValueQuery>;
Expand description

Counter for generating unique NFT IDs

Increments automatically when new NFTs are minted. Used by mint_nft to assign unique IDs.

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

Aliased Type§

struct NextNftId<T: Config>(/* private fields */);