Bitcoin Core 28.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
client.h File Reference
#include <string>
#include <string_view>
#include <univalue.h>
Include dependency graph for client.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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.
 

Function Documentation

◆ RPCConvertNamedValues()

UniValue RPCConvertNamedValues ( const std::string & strMethod,
const std::vector< std::string > & strParams )

Convert named arguments to command-specific RPC representation.

Definition at line 372 of file client.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ RPCConvertValues()

UniValue RPCConvertValues ( const std::string & strMethod,
const std::vector< std::string > & strParams )

Convert positional arguments to command-specific RPC representation.

Definition at line 360 of file client.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: