JSONRPCRequest::IsNotification

Report whether this request is a JSON-RPC 2.0 notification.

Synopsis

Declared in <rpc/request.h>

[[nodiscard]]
bool
IsNotification() const;

Return Value

True if the request is a notification (no id, version 2.0).

NOTE

The return value should not be discarded.