Crates.io | orml-nft |
lib.rs | orml-nft |
version | 1.0.0 |
source | src |
created_at | 2020-10-03 00:36:48.818758 |
updated_at | 2024-08-01 01:59:04.012786 |
description | Non-fungible token pallet provides basic functions to create and manager NFT |
homepage | |
repository | https://github.com/open-web3-stack/open-runtime-module-library/tree/master/nft |
max_upload_size | |
id | 295631 |
size | 21,451 |
Non-fungible-token module provides basic functions to create and manager NFT(non fungible token) such as create_class
, transfer
, mint
, burn
, destroy_class
.
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