package rpclib

  1. Overview
  2. Docs
type 'a t = {
  1. name : string;
  2. description : string list;
  3. ty : 'a outerfn;
  4. is_notification : bool;
}
val find_inputs : 'a outerfn -> Idl.Param.boxed list
val find_output : 'a outerfn -> Idl.Param.boxed
val find_errors : 'a outerfn -> Rpc.Types.boxed_def