| 472 | } |
| 473 | |
| 474 | std::optional<Json> checkSourceKeys(Json const& _input, std::string const& _name) |
| 475 | { |
| 476 | static std::set<std::string> keys{"content", "keccak256", "urls"}; |
| 477 | return checkKeys(_input, keys, "sources." + _name); |
| 478 | } |
| 479 | |
| 480 | std::optional<Json> checkAuxiliaryInputKeys(Json const& _input) |
| 481 | { |