cw721 0.22.0

Definition and types for the CosmWasm-721 NFT interface
Documentation
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Cw721MigrateMsg",
  "oneOf": [
    {
      "type": "object",
      "required": [
        "with_update"
      ],
      "properties": {
        "with_update": {
          "type": "object",
          "properties": {
            "creator": {
              "type": [
                "string",
                "null"
              ]
            },
            "minter": {
              "type": [
                "string",
                "null"
              ]
            }
          },
          "additionalProperties": false
        }
      },
      "additionalProperties": false
    }
  ]
}