{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "InstantiateMsg",
"type": "object",
"required": [
"avatar_subgraph",
"minter",
"name",
"name_subgraph",
"owner",
"proof_subgraph",
"symbol"
],
"properties": {
"avatar_subgraph": {
"type": "string"
},
"minter": {
"description": "The minter is the only one who can create new NFTs. This is designed for a base NFT that is controlled by an external program or contract. You will likely replace this with custom logic in custom NFTs",
"type": "string"
},
"name": {
"description": "Name of the NFT contract",
"type": "string"
},
"name_subgraph": {
"type": "string"
},
"owner": {
"type": "string"
},
"proof_subgraph": {
"type": "string"
},
"symbol": {
"description": "Symbol of the NFT contract",
"type": "string"
}
}
}
cw-cyber/contracts/cw-cyber-passport/schema/instantiate_msg.json
ฯ 0.0%