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.

Created with MrDocs