Expand description
§Non Fungible Token
The module provides implementations for non-fungible-token.
§Overview
This module provides basic functions to create and manager
NFT(non fungible token) such as create_class, transfer, mint, burn.
§Module Functions
create_class- Create NFT(non fungible token) classtransfer- Transfer NFT(non fungible token) to another account.mint- Mint NFT(non fungible token)burn- Burn NFT(non fungible token)destroy_class- Destroy NFT(non fungible token) class
Re-exports§
pub use module::*;
Modules§
- module
- The
palletmodule in each FRAME pallet hosts the most important items needed to construct this pallet.