wormhole/cosmwasm/contracts/cw721-base/schema/minter_response.json

15 lines
262 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "MinterResponse",
"description": "Shows who can mint these tokens",
"type": "object",
"required": [
"minter"
],
"properties": {
"minter": {
"type": "string"
}
}
}