package rpclib

  1. Overview
  2. Docs

An interface is a collection of RPC declarations.

type description = {
  1. name : string;
  2. namespace : string option;
  3. description : string list;
  4. version : Rpc.Version.t;
}