package rpc

  1. Overview
  2. Docs
type 'a t = {
  1. name : string;
  2. description : string list;
  3. ty : 'a outerfn;
}
val find_inputs : 'a outerfn -> Idl.Param.boxed list
val find_output : 'a outerfn -> Idl.Param.boxed
OCaml

Innovation. Community. Security.