Type Definition orml_nft::module::NextTokenId[][src]

type NextTokenId<T: Config> = StorageMap<_GeneratedPrefixForStorageNextTokenId<T>, Twox64Concat, T::ClassId, T::TokenId, ValueQuery>;

Next available token ID.