substrate
                                
                                 substrate copied to clipboard
                                
                                    substrate copied to clipboard
                            
                            
                            
                        NFTs fractionalization
Description:
As discussed, this is a pallet that does the following:
- Takes ownership of an NFT from the pallet-nfts
- Creates a new asset in pallet-assets
- Mints the input amount to the previous owner of the NFT as the beneficiary
Questions to clarify:
- For the created asset, currently, the owner is the previous NFT owner, and the admin is the pallet
- Need to add a public getter to pallet-assetsto query the overall minted amount of a new asset
- Or keep track of it in the pallet storage, which is convenient if only the pallet can mint
Next steps: add unlocking functionality
bot bench $ pallet dev pallet_nft_fractionalization
bot rebase
bot bench $ pallet dev pallet_nft_fractionalization
bot rebase
bot bench $ pallet dev pallet_nft_fractionalization
bot clean
bot bench $ pallet dev pallet_nft_fractionalization
@jsidorenko https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/2862010 was started for your command "$PIPELINE_SCRIPTS_DIR/commands/bench/bench.sh" pallet dev pallet_nft_fractionalization. Check out https://gitlab.parity.io/parity/mirrors/substrate/-/pipelines?page=1&scope=all&username=group_605_bot to know what else is being executed currently.
Comment bot cancel 4-8206d54a-b5b3-49a1-af98-1048a457f0cd to cancel this command or bot cancel to cancel all commands in this pull request.
@jsidorenko Command "$PIPELINE_SCRIPTS_DIR/commands/bench/bench.sh" pallet dev pallet_nft_fractionalization has finished. Result: https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/2862010 has finished. If any artifacts were generated, you can download them from https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/2862010/artifacts/download.
bot rebase
Rebased
bot merge