package octez-shell-libs

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

Module Proxy_getter.MakeProxySource

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

Parameters

Signature

Sourceval proxy_dir_mem : Proxy.proxy_getter_input -> Local.key -> bool Tezos_base.TzPervasives.tzresult Lwt.t

Whether the key is mapped to a directory

Sourceval proxy_get : Proxy.proxy_getter_input -> Local.key -> Local.tree option Tezos_base.TzPervasives.tzresult Lwt.t

The value to which a key maps

Sourceval proxy_mem : Proxy.proxy_getter_input -> Local.key -> bool Tezos_base.TzPervasives.tzresult Lwt.t

Whether the key is mapped to a value

OCaml

Innovation. Community. Security.