cw721 0.22.0

Definition and types for the CosmWasm-721 NFT interface
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MinterResponse",
  "description": "Deprecated: use Cw721QueryMsg::GetMinterOwnership instead! Shows who can mint these tokens.",
  "type": "object",
  "properties": {
    "minter": {
      "type": [
        "string",
        "null"
      ]
    }
  },
  "additionalProperties": false
}