[#JSONRPCRequest-IsNotification] = xref:JSONRPCRequest.adoc[JSONRPCRequest]::IsNotification :relfileprefix: ../ :mrdocs: Report whether this request is a JSON‐RPC 2.0 notification. == Synopsis Declared in `<rpc/request.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] bool IsNotification() const; ---- == Return Value True if the request is a notification (no id, version 2.0). [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#