pub type CollectionMetadataOf<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageCollectionMetadataOf<T, I>, Blake2_128Concat, T::CollectionId, CollectionMetadata<<<T as Config<I>>::Currency as Currency<<T as SystemConfig>::AccountId>>::Balance, T::StringLimit>, OptionQuery>;
Expand description

Metadata of a collection.

Storage type is [StorageMap] with key type T :: CollectionId and value type CollectionMetadata < DepositBalanceOf < T, I > , T :: StringLimit >.

Aliased Type§

struct CollectionMetadataOf<T: Config<I>, I: 'static = ()>(/* private fields */);