shell-wallet-nft 0.17.0

Basic implementation cw721 NFTs
Documentation
{
  "$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
    }
  ]
}