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.
T GetRand(T nMax=std::numeric_limits< T >::max()) noexcept
Generate a uniform random integer of type T in the range [0..nMax) nMax defaults to std::numeric_limi...