{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ReferrerOfResponse",
"type": "object",
"required": [
"miner"
],
"properties": {
"miner": {
"type": "string"
},
"referrer": {
"type": [
"string",
"null"
]
}
},
"additionalProperties": false
}
cw-cyber/contracts/litium-refer/schema/referrer_of_response.json
ฯ 0.0%