package octez-proto-libs

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

Module Tezos_protocol_environment.Proxy_delegateSource

Sourcemodule 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.

Sourcetype t = (module T)

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

OCaml

Innovation. Community. Security.