@reality.eth/contracts
Version:
Collection of smart contracts for the Realitio fact verification platform
17 lines (16 loc) • 683 B
JSON
{
"content": {
"0": "{\"title\": \"%s\", \"type\": \"bool\", \"category\": \"%s\", \"lang\": \"%s\"}",
"1": "{\"title\": \"%s\", \"type\": \"uint\", \"decimals\": 18, \"category\": \"%s\", \"lang\": \"%s\"}",
"2": "{\"title\": \"%s\", \"type\": \"single-select\", \"outcomes\": [%s], \"category\": \"%s\", \"lang\": \"%s\"}",
"3": "{\"title\": \"%s\", \"type\": \"multiple-select\", \"outcomes\": [%s], \"category\": \"%s\", \"lang\": \"%s\"}",
"4": "{\"title\": \"%s\", \"type\": \"datetime\", \"category\": \"%s\", \"lang\": \"%s\"}"
},
"base_ids": {
"bool": 0,
"uint": 1,
"single-select": 2,
"multiple-select": 3,
"datetime": 4
}
}