Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ IsNotification
Method
IsNotification
src/rpc/request.h:66–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
65
void parse(const UniValue& valRequest);
66
[[nodiscard]] bool IsNotification() const { return !id.has_value() && m_json_version == JSONRPCVersion::V2; };
67
};
68
69
#endif // BITCOIN_RPC_REQUEST_H
Callers
1
ExecuteHTTPRPC
Function · 0.80
Calls
1
has_value
Method · 0.45
Tested by
no test coverage detected