Mavryk_protocol_environment.Proxy_delegate
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 mavryk-proxy-server
should likely add a new implementation of this module type.