Module orml_nft::module[][src]

Structs

GenesisConfig
Pallet
_GeneratedPrefixForStorageClasses
_GeneratedPrefixForStorageNextClassId
_GeneratedPrefixForStorageNextTokenId
_GeneratedPrefixForStorageTokens
_GeneratedPrefixForStorageTokensByOwner

Enums

Call
Error

Error for non-fungible-token module.

Traits

Config

Type Definitions

ClassInfoOf
Classes

Store class info.

GenesisTokenData
GenesisTokens
Module

Type alias to Pallet, to be used by construct_runtime.

NextClassId

Next available class ID.

NextTokenId

Next available token ID.

TokenInfoOf
Tokens

Store token info.

TokensByOwner

Token existence check by owner and class ID.