Expand description
Functions§
- approve_
transfer - Approve an item to be transferred by a delegated third-party account.
- burn
- Destroy a single item.
- buy_
item - Allows to buy an item if it’s up for sale.
- cancel_
approval - Cancel the prior approval for the transfer of an item by a delegate.
- clear_
attribute - Clear an attribute for a collection or item.
- clear_
collection_ metadata - Clear the metadata for a collection.
- clear_
metadata - Clear the metadata for an item.
- create
- Issue a new collection of non-fungible items from a public origin.
- destroy
- Destroy a collection of fungible items.
- force_
create - Issue a new collection of non-fungible items from a privileged origin.
- force_
item_ status - Alter the attributes of a given item.
- freeze
- Disallow further unprivileged transfer of an item.
- freeze_
collection - Disallow further unprivileged transfers for a whole collection.
- mint
- Mint an item of a particular collection.
- redeposit
- Reevaluate the deposits on some items.
- set_
accept_ ownership - Set (or reset) the acceptance of ownership for a particular account.
- set_
attribute - Set an attribute for a collection or item.
- set_
collection_ max_ supply - Set the maximum amount of items a collection could have.
- set_
collection_ metadata - Set the metadata for a collection.
- set_
metadata - Set the metadata for an item.
- set_
price - Set (or reset) the price for an item.
- set_
team - Change the Issuer, Admin and Freezer of a collection.
- thaw
- Re-allow unprivileged transfer of an item.
- thaw_
collection - Re-allow unprivileged transfers for a whole collection.
- transfer
- Move an item from the sender account to another.
- transfer_
ownership - Change the Owner of a collection.