package octez-shell-libs

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

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_base.TzPervasives.tzresult Lwt.t

Whether the key is mapped to a directory

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

The value to which a key maps

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