Type Definition pallet_nfts::pallet::CollectionRoleOf

source ·
pub type CollectionRoleOf<T: Config<I>, I: 'static = ()> = StorageDoubleMap<_GeneratedPrefixForStorageCollectionRoleOf<T, I>, Blake2_128Concat, T::CollectionId, Blake2_128Concat, T::AccountId, CollectionRoles, OptionQuery>;
Expand description

The items in existence and their ownership details. Stores collection roles as per account.

Storage type is StorageDoubleMap with key1 type T :: CollectionId, key2 type T :: AccountId and value type CollectionRoles.