package tezos-proxy

  1. Overview
  2. Docs
module type PROTO_RPC = sig ... end

Module encapsulating the protocol-dependent functions:

type proto_rpc = (module PROTO_RPC)