6#ifndef BITCOIN_RPC_CLIENT_H
7#define BITCOIN_RPC_CLIENT_H
16 const std::vector<std::string> &strParams);
20 const std::vector<std::string> &strParams);
UniValue RPCConvertValues(const std::string &strMethod, const std::vector< std::string > &strParams)
Convert positional arguments to command-specific RPC representation.
UniValue RPCConvertNamedValues(const std::string &strMethod, const std::vector< std::string > &strParams)
Convert named arguments to command-specific RPC representation.