Convert named arguments to command-specific RPC representation
Declared in <rpc/client.h>
UniValue
RPCConvertNamedValues(
std::string const& strMethod,
std::vector<std::string> const& strParams);
The converted arguments as a JSON object.
| Name | Description |
|---|---|
| strMethod | The RPC method name whose argument types govern the conversion. |
| strParams | The name=value argument strings to convert. |