{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "InstantiateMsg",
"type": "object",
"required": [
"decimals",
"name",
"symbol"
],
"properties": {
"admin": {
"description": "Admin address (defaults to sender)",
"type": [
"string",
"null"
]
},
"decimals": {
"description": "Token decimals",
"type": "integer",
"format": "uint8",
"minimum": 0.0
},
"mine_contract": {
"description": "Burn-exempt contract slots (spec ยง4.1)",
"type": [
"string",
"null"
]
},
"name": {
"description": "Token name",
"type": "string"
},
"refer_contract": {
"type": [
"string",
"null"
]
},
"stake_contract": {
"type": [
"string",
"null"
]
},
"symbol": {
"description": "Token symbol",
"type": "string"
},
"wrap_contract": {
"type": [
"string",
"null"
]
}
},
"additionalProperties": false
}
cw-cyber/contracts/litium-core/schema/instantiate_msg.json
ฯ 0.0%