Supported Messages and Queries
The list of supported messages including Cosmos-SDK and SIX-Protocol specific types.
Last updated
The list of supported messages including Cosmos-SDK and SIX-Protocol specific types.
Last updated
Import on your code:
Message Type |
---|
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
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.
creator-address: Same address which will be used to sign the transaction nft-schema-base64: NFT Schema in JSON encoded with Base64. For more information about the schema , go to or see example
nft-schema-code: The code of the NFT schema previously created token-id: An id of the token to create meta data base64-nft-data: Data corresponding to the schema created for the token in JSON format, and encoded with Base64. Find more about NFT data in
base64-new-action: A new action to add to the schema in Base64 encoded JSON. See more in action