Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ JSONRPCError
Function
JSONRPCError
src/rpcprotocol.cpp:56–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
UniValue JSONRPCError(int code, const string& message)
57
{
58
UniValue error(UniValue::VOBJ);
59
error.push_back(Pair(
"code"
, code));
60
error.push_back(Pair(
"message"
, message));
61
return error;
62
}
Callers
15
getblockhash
Function · 0.85
getblockheader
Function · 0.85
getblock
Function · 0.85
invalidateblock
Function · 0.85
reconsiderblock
Function · 0.85
HTTPReq_JSONRPC
Function · 0.85
BOOST_FOREACH
Function · 0.85
AmountFromValue
Function · 0.85
ParseHashV
Function · 0.85
ParseHexV
Function · 0.85
parse
Method · 0.85
JSONRPCExecOne
Function · 0.85
Calls
2
Pair
Function · 0.85
push_back
Method · 0.45
Tested by
no test coverage detected