orml-nft 0.3.2

Utility pallet to perform ROOT calls in a PoA network
docs.rs failed to build orml-nft-0.3.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: orml-nft-0.10.0

Non-fungible-token module

Overview

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) class
  • transfer 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