package octez-shell-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Tezos_proxySource

Sourcemodule Light : sig ... end

Code related to the light mode that is protocol-independent. See src/proto_*/lib_client/light.ml files for protocol-dependent code.

Sourcemodule Light_consensus : sig ... end
Sourcemodule Light_core : sig ... end
Sourcemodule Light_logger : sig ... end
Sourcemodule Light_proto : sig ... end
Sourcemodule Logger : sig ... end
Sourcemodule Proxy : sig ... end

Code that is used both by protocol-dependent code and by other code. Note that we don't want this code in proxy_proto.ml because it's independent from the protocol and we neither want this code in proxy_getter.ml, because it would create a cyclic dependency between proxy_proto.ml and proxy_getter.ml

Sourcemodule Proxy_commands : sig ... end
Sourcemodule Proxy_events : sig ... end
Sourcemodule Proxy_getter : sig ... end
Sourcemodule Proxy_proto : sig ... end
Sourcemodule Proxy_services : sig ... end
Sourcemodule Registration : sig ... end
OCaml

Innovation. Community. Security.