NFTs pallet

A pallet for dealing with non-fungible assets.

Overview

The NFTs pallet provides functionality for non-fungible tokens' management, including:

To use it in your runtime, you need to implement nfts::Config.

The supported dispatchable functions are documented in the nfts::Call enum.

Terminology

Goals

The NFTs pallet in Substrate is designed to make the following possible:

Interface

Permissionless dispatchables

Permissioned dispatchables

Metadata (permissioned) dispatchables

Force (i.e. governance) dispatchables

Please refer to the Call enum and its associated variants for documentation on each function.

Related Modules

License: Apache-2.0