Uniques Module

A simple, secure module for dealing with non-fungible assets.

Overview

The Uniques module provides functionality for non-fungible tokens' management, including:

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

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

Terminology

Goals

The Uniques 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