{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "QueryMsg",
"oneOf": [
{
"type": "object",
"required": [
"config"
],
"properties": {
"config": {
"type": "object",
"additionalProperties": false
}
},
"additionalProperties": false
},
{
"type": "object",
"required": [
"window_status"
],
"properties": {
"window_status": {
"type": "object",
"additionalProperties": false
}
},
"additionalProperties": false
},
{
"type": "object",
"required": [
"stats"
],
"properties": {
"stats": {
"type": "object",
"additionalProperties": false
}
},
"additionalProperties": false
},
{
"type": "object",
"required": [
"miner_stats"
],
"properties": {
"miner_stats": {
"type": "object",
"required": [
"address"
],
"properties": {
"address": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
{
"type": "object",
"required": [
"calculate_reward"
],
"properties": {
"calculate_reward": {
"type": "object",
"required": [
"difficulty_bits"
],
"properties": {
"difficulty_bits": {
"type": "integer",
"format": "uint32",
"minimum": 0.0
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
{
"type": "object",
"required": [
"emission_info"
],
"properties": {
"emission_info": {
"type": "object",
"additionalProperties": false
}
},
"additionalProperties": false
}
]
}
cw-cyber/contracts/litium-mine/schema/query_msg.json
ฯ 0.0%