[#RPCConvertNamedValues] = RPCConvertNamedValues :mrdocs: Convert named arguments to command‐specific RPC representation == Synopsis Declared in `<rpc/client.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:UniValue.adoc[UniValue] RPCConvertNamedValues( std::string const& strMethod, std::vector<std::string> const& strParams); ---- == Return Value The converted arguments as a JSON object. == Parameters [cols="1,4"] |=== | Name| Description | *strMethod* | The RPC method name whose argument types govern the conversion. | *strParams* | The `name=value` argument strings to convert. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#