Expand description
Functions§
- approve_
item_ attributes - Approve item’s attributes to be changed by a delegated third-party account.
- 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 one of the transfer approvals for a specific item.
- cancel_
item_ attributes_ approval - Cancel the previously provided approval to change item’s attributes.
All the previously set attributes by the
delegatewill be removed. - cancel_
swap - Cancel an atomic swap.
- claim_
swap - Claim an atomic swap. This method executes a pending swap, that was created by a counterpart before.
- clear_
all_ transfer_ approvals - Cancel all the approvals of a specific item.
- 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.
- create_
swap - Register a new atomic swap, declaring an intention to send an
itemin exchange fordesired_itemfrom origin to target on the current blockchain. The target can execute the swap during the specifieddurationof blocks (if set). Additionally, the price could be set for the desireditem. - destroy
- Destroy a collection of fungible items.
- force_
collection_ config - Change the config of a collection.
- force_
collection_ owner - Change the Owner of a collection.
- force_
create - Issue a new collection of non-fungible items from a privileged origin.
- force_
mint - Mint an item of a particular collection from a privileged origin.
- force_
set_ attribute - Force-set an attribute for a collection or item.
- lock_
collection - Disallows specified settings for the whole collection.
- lock_
item_ properties - Disallows changing the metadata or attributes of the item.
- lock_
item_ transfer - Disallow further unprivileged transfer of an item.
- mint
- Mint an item of a particular collection.
- mint_
pre_ signed - Mint an item by providing the pre-signed approval.
- pay_
tips - Allows to pay the tips.
- redeposit
- Re-evaluate 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_
attributes_ pre_ signed - Set attributes for an item by providing the pre-signed approval.
- set_
collection_ max_ supply - Set the maximum number 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.
- transfer
- Move an item from the sender account to another.
- transfer_
ownership - Change the Owner of a collection.
- unlock_
item_ transfer - Re-allow unprivileged transfer of an item.
- update_
mint_ settings - Update mint settings.