Module Mavryk_proxy.Proxy_proto

module type PROTO_RPC = sig ... end

Module encapsulating the protocol-dependent functions:

type proto_rpc = (module PROTO_RPC)