Supported Messages and Queries
The list of supported messages including Cosmos-SDK and SIX-Protocol specific types.
Specific for SIX-Protocol
Import on your code:
Create NFT Schema
Create Meta Data
Perform Action By Admin
action-name: A name of the action to perform reference-id: A unique ID (for all actions on the chain) that serves as a reference to the performing action. You can use a query to retrieve the transaction of this action using the reference ID, without the need to search through other transaction APIs. parameters: A list of parameter need for the action.
Add System Actioner
Remove System Actioner
actioner-address: An address that will be allowed/denied to perform actions on the token on behalf of the admin
Add Action
Change Schema Owner
new-owner-address: An address of a new owner for the NFT.
Change Organization Owner
org-name: The name of the organization is to be changed. For example, suppose you have created a schema with the code 'mycompany.schema1'. No one else will be able to create a schema with a code name starting with 'mycompany', except for you. The system will assume that 'mycompany' is the organization code, and you will have the ability to transfer ownership to others. to-new-owner: A new organization owner.
Toggle Action
disable: A flag to set if the action is disabled or not. Action cannot be called when it is disabled. By setting this flag to false, action will be available again.
Show Attribute
show: A boolean flag to set if the attribute will be visible on marketplace or not. attribute-name: A list of attribute names in which to set the flag.
Add Attribute
location: A place to add a new attribute. 0 is to add new attribute as a NFT Attribute (Attribute which available for all Token) and 1 is to add new attribute to Token Attribute base64-new-attribute-definition: An attribute definition of the new attribute in Base64 encoded JSON.
Specific Query for SIX Protocol
Below is the list of query specific for SIX Protocol in version 0.8.0
For more detail on the query please see our repositiry on github
Last updated