rmrk-substrate
rmrk-substrate copied to clipboard
Finish `ProducerOrigin` implementation
- Bring
ProducerOrigin
ofpallet_rmrk_core::Config
into use insidemint_nft
,mint_nft_directly_to_nft
andcreate_collection
. - Default to
EnsureSigned
to make no logical change into how chain works
Can you add some tests for this? I'm still a little unsure on this functionality. If the runtime doesn't add accounts to the T:ProtocolOrigin
then anyone can call mint_nft
, mint_nft_directly_to_nft
and create_collection
?