Crate pallet_nft[][src]

NFT Module

Create a batch of NonFungible or Fungible Tokens.

Terminology

Interface

Dispatchable Functions

Re-exports

pub use $crate::traits::GetPalletVersion as _;

Structs

AddressBalances

Account balance in collection. (collection_id, address) => balance;

BurnedTokens

The set of Collection burned count. collection_id => burned amount

LastTokenId

The set of collection last token id. collection_id => nft_id

Module
TokenInfo

Details of a NFT

Tokens

The set of minted NFTs. (collection_id, start_idx) => nft_info

Enums

Call

Dispatchable calls.

Error

Errors inform users that something went wrong.

RawEvent

Events for this module.

Traits

Config
NFTInterface

Type Definitions

Event

RawEvent specialized for the configuration Config