Crate pallet_uniques

Source
Expand description

§Unique (Items) Module

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

Re-exports§

pub use weights::WeightInfo;
pub use pallet::*;

Modules§

migration
Various pieces of common functionality.
pallet
The pallet module in each FRAME pallet hosts the most important items needed to construct this pallet.
weights
Autogenerated weights for pallet_uniques

Structs§

CollectionDetails
CollectionMetadata
DestroyWitness
Witness data for the destroy transactions.
ItemDetails
Information concerning the ownership of a single unique item.
ItemMetadata

Type Aliases§

CollectionDetailsFor
A type alias representing the details of a collection.
DepositBalanceOf
A type alias for handling balance deposits.
ItemDetailsFor
A type alias for the details of a single item.
ItemPrice
A type alias to represent the price of an item.