Module Jsonrpc.Notification

type t = {
  1. method_ : string;
  2. params : Structured.t option;
}
val create : ?params:Structured.t -> method_:string -> unit -> t
val yojson_of_t : t -> Json.t