package tezos-protocol-environment

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type T = sig ... end

The module that needs to be implemented for providing the delegation feature to Proxy_context. Implementors willing to add a new backend to the client's --mode proxy and tezos-proxy-server should likely add a new implementation of this module type.

type t = (module T)

T as a type, to make it easier to pass it around