13 const jsonrpc::Request::Parameters ¶ms) {
14 if (!params.empty()) {
15 throw jsonrpc::InvalidParametersFault(
"Method should not have params");
17 return outcome::success();
21 return api_->getConfig()->properties();
std::shared_ptr< SystemApi > api_
outcome::result< std::map< std::string, std::string > > execute()
outcome::result< void > init(const jsonrpc::Request::Parameters ¶ms)