Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ JSONRPCError
Function
JSONRPCError
src/rpc/core/rpcprotocol.cpp:241–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
239
}
240
241
Object JSONRPCError(int code, const string& message) {
242
Object error;
243
error.push_back(Pair(
"code"
, code));
244
error.push_back(Pair(
"message"
, message));
245
return error;
246
}
247
Callers
15
CIpo_tests.cpp
File · 0.85
BOOST_FIXTURE_TEST_CASE
Function · 0.85
EnsureWalletIsUnlocked
Function · 0.85
addmulsigaddr
Function · 0.85
createmulsig
Function · 0.85
signmessage
Function · 0.85
submitsendtx
Function · 0.85
submitsendmultitx
Function · 0.85
getcontractassets
Function · 0.85
backupwallet
Function · 0.85
walletpassphrase
Function · 0.85
walletpassphrasechange
Function · 0.85
Calls
2
Pair
Class · 0.85
push_back
Method · 0.80
Tested by
1
BOOST_FIXTURE_TEST_CASE
Function · 0.68