8 #include <boost/assert.hpp> 15 BOOST_ASSERT(
api_ !=
nullptr);
19 const jsonrpc::Request::Parameters ¶ms) {
20 if (!params.empty()) {
21 throw jsonrpc::InvalidParametersFault(
"Method should not have params");
23 return outcome::success();
Version(const Version &)=delete
outcome::result< void > init(const jsonrpc::Request::Parameters ¶ms)
const std::string & buildVersion()
outcome::result< std::string > execute()
std::shared_ptr< SystemApi > api_