{
"$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": [
"total_staked"
],
"properties": {
"total_staked": {
"type": "object",
"additionalProperties": false
}
},
"additionalProperties": false
},
{
"type": "object",
"required": [
"stake_info"
],
"properties": {
"stake_info": {
"type": "object",
"required": [
"address"
],
"properties": {
"address": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
{
"type": "object",
"required": [
"staking_stats"
],
"properties": {
"staking_stats": {
"type": "object",
"additionalProperties": false
}
},
"additionalProperties": false
},
{
"type": "object",
"required": [
"total_pending_rewards"
],
"properties": {
"total_pending_rewards": {
"type": "object",
"additionalProperties": false
}
},
"additionalProperties": false
}
]
}
cw-cyber/contracts/litium-stake/schema/query_msg.json
ฯ 0.0%