![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <stdint.h>
#include <errno.h>
#include <iomanip>
#include <limits>
#include <sstream>
#include <stdexcept>
#include <stdlib.h>
#include <string.h>
#include "univalue.h"
Go to the source code of this file.
Functions | |
static bool | validNumStr (const string &s) |
const char * | uvTypeName (UniValue::VType t) |
const UniValue & | find_value (const UniValue &obj, const std::string &name) |
Variables | |
const UniValue | NullUniValue |
Definition at line 280 of file univalue.cpp.
Referenced by CommandLineRPC(), createrawtransaction(), decodescript(), getaddressdeltas(), getAddressesFromParams(), getaddresstxids(), getblocktemplate(), getspentinfo(), JSONErrorReply(), lockunspent(), JSONRequest::parse(), ParseHashO(), ParseHexO(), RPCExecutor::request(), RPCTypeCheckObj(), and signrawtransaction().
const char* uvTypeName | ( | UniValue::VType | t | ) |
Definition at line 265 of file univalue.cpp.
Referenced by RPCTypeCheck(), and RPCTypeCheckObj().
|
static |
Definition at line 103 of file univalue.cpp.
Referenced by UniValue::setNumStr().
const UniValue NullUniValue |
Definition at line 78 of file univalue.cpp.
Referenced by abandontransaction(), addmultisigaddress(), addnode(), backupwallet(), BIP22ValidationResult(), clearbanned(), disconnectnode(), dumphdinfo(), dumpprivkey(), dumpwallet(), encryptwallet(), find_value(), fundrawtransaction(), getaccount(), getaccountaddress(), getaddressesbyaccount(), getbalance(), getblocktemplate(), getnewaddress(), getrawchangeaddress(), getreceivedbyaccount(), getreceivedbyaddress(), gettransaction(), gettxout(), getunconfirmedbalance(), getwalletinfo(), gobject(), HTTPReq_JSONRPC(), importaddress(), importelectrumwallet(), importprivkey(), importpubkey(), importwallet(), instantsendtoaddress(), invalidateblock(), JSONErrorReply(), JSONRequest::JSONRequest(), JSONRPCExecOne(), JSONRPCReplyObj(), keypoolrefill(), listaccounts(), listaddressgroupings(), listlockunspent(), listreceivedbyaccount(), listreceivedbyaddress(), listsinceblock(), listtransactions(), listunspent(), lockunspent(), masternode(), masternodebroadcast(), movecmd(), UniValue::operator[](), ping(), reconsiderblock(), resendwallettransactions(), sendfrom(), sendmany(), sendtoaddress(), setaccount(), setban(), setgenerate(), setmocktime(), settxfee(), signmessage(), walletlock(), walletpassphrase(), and walletpassphrasechange().