Crates.io | pallet-nft-fractionalization |
lib.rs | pallet-nft-fractionalization |
version | 21.0.0 |
source | src |
created_at | 2023-06-20 15:09:49.374861 |
updated_at | 2024-09-26 09:09:38.132455 |
description | FRAME pallet to convert non-fungible to fungible tokens. |
homepage | https://paritytech.github.io/polkadot-sdk/ |
repository | https://github.com/paritytech/polkadot-sdk.git |
max_upload_size | |
id | 895216 |
size | 48,918 |
Lock an NFT from pallet-nfts
and mint fungible assets from pallet-assets
.
The NFT gets locked by putting a system-level attribute named Locked
. This prevents the NFT from being transferred
further. The NFT becomes unlocked when the Locked
attribute is removed. In order to unify the fungible asset and
unlock the NFT, an account must hold the full issuance of the asset the NFT was fractionalised into. Holding less of the
fungible asset will not allow the unlocking of the NFT.
Polkadot SDK stable2409