{ "contract_name": "shell-wallet-nft", "contract_version": "0.17.0", "idl_version": "1.0.0", "instantiate": { "$schema": "http://json-schema.org/draft-07/schema#", "title": "InstantiateMsg", "type": "object", "additionalProperties": false }, "execute": { "$schema": "http://json-schema.org/draft-07/schema#", "title": "ExecuteMsg", "oneOf": [ { "type": "object", "required": [ "mint" ], "properties": { "mint": { "type": "object", "additionalProperties": false } }, "additionalProperties": false } ] }, "query": { "$schema": "http://json-schema.org/draft-07/schema#", "title": "QueryMsg", "oneOf": [ { "type": "object", "required": [ "get_n_f_t_index" ], "properties": { "get_n_f_t_index": { "type": "object", "additionalProperties": false } }, "additionalProperties": false } ] }, "migrate": null, "sudo": null, "responses": { "get_n_f_t_index": { "$schema": "http://json-schema.org/draft-07/schema#", "title": "GetNFTIndexResponse", "type": "object", "required": [ "index" ], "properties": { "index": { "type": "integer", "format": "uint64", "minimum": 0.0 } }, "additionalProperties": false } } }