Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
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 |
Function Documentation
◆ find_value()
Definition at line 236 of file univalue.cpp.
References UniValue::keys, name, NullUniValue, and UniValue::values.
Referenced by CommandLineRPC(), createrawtransaction(), decodescript(), getaddressdeltas(), getAddressesFromParams(), getaddresstxids(), getblocktemplate(), getspentinfo(), JSONErrorReply(), lockunspent(), JSONRPCRequest::parse(), ParseHashO(), ParseHexO(), RPCExecutor::request(), RPCConsole::RPCParseCommandLine(), RPCTypeCheckObj(), and signrawtransaction().
◆ uvTypeName()
const char* uvTypeName | ( | UniValue::VType | t | ) |
Definition at line 221 of file univalue.cpp.
References UniValue::VARR, UniValue::VBOOL, UniValue::VNULL, UniValue::VNUM, UniValue::VOBJ, and UniValue::VSTR.
Referenced by GetImportTimestamp(), RPCTypeCheckArgument(), and RPCTypeCheckObj().
◆ validNumStr()
|
static |
Definition at line 40 of file univalue.cpp.
References getJsonToken(), and JTOK_NUMBER.
Referenced by UniValue::setNumStr().
Variable Documentation
◆ NullUniValue
const UniValue NullUniValue |
Definition at line 15 of file univalue.cpp.
Referenced by abandontransaction(), abortrescan(), 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(), HTTPReq_JSONRPC(), importaddress(), importelectrumwallet(), importmulti(), importprivkey(), importprunedfunds(), importpubkey(), importwallet(), invalidateblock(), JSONErrorReply(), JSONRPCExecOne(), JSONRPCReplyObj(), keepass(), keypoolrefill(), listaccounts(), listaddressbalances(), listaddressgroupings(), listlockunspent(), listreceivedbyaccount(), listreceivedbyaddress(), listsinceblock(), listtransactions(), listunspent(), listwallets(), lockunspent(), masternode_winners(), movecmd(), UniValue::operator[](), ping(), preciousblock(), GetinfoRequestHandler::PrepareRequest(), GetinfoRequestHandler::ProcessReply(), reconsiderblock(), removeprunedfunds(), rescanblockchain(), resendwallettransactions(), savemempool(), sendfrom(), sendmany(), sendtoaddress(), setaccount(), setban(), setmocktime(), setprivatesendamount(), setprivatesendrounds(), settxfee(), signmessage(), walletlock(), walletpassphrase(), and walletpassphrasechange().