]> Git Repo - VerusCoin.git/blame - src/rpcclient.h
Fix exception
[VerusCoin.git] / src / rpcclient.h
CommitLineData
fb78cc23 1// Copyright (c) 2010 Satoshi Nakamoto
f914f1a7 2// Copyright (c) 2009-2014 The Bitcoin Core developers
72fb3d29 3// Distributed under the MIT software license, see the accompanying
fb78cc23
WL
4// file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
84738627
PJ
6#ifndef BITCOIN_RPCCLIENT_H
7#define BITCOIN_RPCCLIENT_H
fb78cc23 8
a10a6e2a 9#include <univalue.h>
fb78cc23 10
851f58f9 11UniValue RPCConvertValues(const std::string& strMethod, const std::vector<std::string>& strParams);
ff67da37
WL
12/** Non-RFC4627 JSON parser, accepts internal values (such as numbers, true, false, null)
13 * as well as objects and arrays.
14 */
15UniValue ParseNonRFCJSONValue(const std::string& strVal);
fb78cc23 16
84738627 17#endif // BITCOIN_RPCCLIENT_H
This page took 0.201349 seconds and 4 git commands to generate.