package tezos-proxy

  1. Overview
  2. Docs

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

Parameters

module C : Proxy.CORE

Signature

val proxy_dir_mem : Proxy.proxy_getter_input -> Local.key -> (bool, Tezos_error_monad.TzCore.error list) Stdlib.result Lwt.t

Whether the key is mapped to a directory

val proxy_get : Proxy.proxy_getter_input -> Local.key -> (Local.tree option, Tezos_error_monad.TzCore.error list) Stdlib.result Lwt.t

The value to which a key maps

val proxy_mem : Proxy.proxy_getter_input -> Local.key -> (bool, Tezos_error_monad.TzCore.error list) Stdlib.result Lwt.t

Whether the key is mapped to a value

OCaml

Innovation. Community. Security.