referrerpolicy=no-referrer-when-downgrade

Module dispatchables

Module dispatchables 

Source
Expand description

Auto-generated docs-only module listing all defined dispatchables for this pallet.

§Warning: Doc-Only

Members of this module cannot be used directly and are only provided for documentation purposes. To see the real version of each dispatchable, look for them in Pallet or Call.

Functions§

burn
Burn an NFT held by the Origin::Nft purse-key origin.
claim_collection_ownership
Claim a collection after nomination by its current owner.
create_collection
Create a collection owned by the signer.
define_item
Define one immutable item and its shared metadata defaults.
delete_collection
Delete an empty collection owned by the signer.
delete_item
Delete an unused item definition owned by the signer.
force_burn
Force-burn one live instance as its collection owner.
force_transfer
Force-transfer one live instance as its collection owner.
mint
Mint an instance of an immutable item definition into an empty purse key.
nominate_collection_owner
Nominate an account to claim ownership of a collection.
set_collection_metadata
Set or remove a collection-level metadata default.
set_instance_metadata
Set or remove an instance-specific metadata override.
set_item_metadata
Set or remove a metadata default shared by every instance of an item.
transfer
Transfer an NFT held by the Origin::Nft purse-key origin.