pub type Collection<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageCollection<T, I>, Blake2_128Concat, T::CollectionId, CollectionDetails<T::AccountId, DepositBalanceOf<T, I>>>;Expand description
Details of a collection.
Storage type is [StorageMap] with key type T :: CollectionId and value type CollectionDetails < T :: AccountId, DepositBalanceOf < T, I > >.
Aliased Type§
struct Collection<T: Config<I>, I: 'static = ()>(/* private fields */);