difftreelog
refactor set CollectionCreationPrice to constant in pallet-common
in: master
1 file changed
pallets/common/src/lib.rsdiffbeforeafterboth157157158 type Currency: Currency<Self::AccountId>;158 type Currency: Currency<Self::AccountId>;159160 #[pallet::constant]159 type CollectionCreationPrice: Get<161 type CollectionCreationPrice: Get<160 <<Self as Config>::Currency as Currency<Self::AccountId>>::Balance,162 <<Self as Config>::Currency as Currency<Self::AccountId>>::Balance,161 >;163 >;