Crate orml_nft[][src]

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) 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

Re-exports

pub use module::*;

Modules

module

Structs

ClassInfo

Class info

TokenInfo

Token info