package tezos-proxy

  1. Overview
  2. Docs
module Local := Local_context

The size of a tree, for logging

module StringMap = Tezos_stdlib.TzString.Map
module type REQUESTS_TREE = sig ... end

The point of this data structure is as follows:

The point of this data structure is as follows:

module type M = sig ... end
type proxy_m = (module M)

Functor to obtain the implementation of M for the proxy mode (as opposed to the light mode implementation)

Functor to obtain a generic implementation. Used by the light mode

module Internal : sig ... end

Exposed for testing purpose only, you should not use it directly