package tezos-protocol-environment

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val proxy_dir_mem : key -> (bool, Tezos_error_monad.TzCore.error list) result Lwt.t

Whether mem would return Some Dir _

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

The value associated to key

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

Whether get would return Some Key _