pub type Collections<T: Config> = StorageMap<_GeneratedPrefixForStorageCollections<T>, Twox64Concat, CollectionId, CollectionInfo<T::AccountId, BalanceOf<T>, T::Consideration>>;Expand description
Immutable item catalogues, grouped by their collection.
Storage type is [StorageMap] with key type CollectionId and value type CollectionInfo < T :: AccountId, BalanceOf < T > , T :: Consideration >.
Aliased Type§
pub struct Collections<T: Config>(/* private fields */);