Expand description
NFT Fractionalization Pallet
This pallet provides the basic functionality that should allow users to leverage partial ownership, transfers, and sales, of illiquid assets, whether real-world assets represented by their digital twins, or NFTs, or original NFTs.
The functionality allows a user to lock an NFT they own, create a new
fungible asset, and mint a set amount of tokens (fractions
).
It also allows the user to burn 100% of the asset and to unlock the NFT into their account.
Functions
fractionalize
: Lock the NFT and create and mint a new fungible asset.unify
: Return 100% of the asset and unlock the NFT.
Re-exports
pub use weights::WeightInfo;
pub use pallet::*;
Modules
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet. - Autogenerated weights for pallet_nft_fractionalization
Structs
- Stores the details of a fractionalized item.
- A
Type
definition with optional metadata.
Traits
- Benchmark Helper