package tezos-protocol-007-PsDELPH1

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

Parameters

module C : Raw_context.T
module I : INDEX

Signature

type t = C.t
type context = t
type key = I.t
type 'a ipath = 'a I.ipath
val clear : context -> Raw_context.t Lwt.t
val fold_keys : context -> init:'a -> f:(key -> 'a -> 'a Lwt.t) -> 'a Lwt.t
val keys : context -> key list Lwt.t
val resolve : context -> string list -> key list Lwt.t
val remove_rec : context -> key -> context Lwt.t
val copy : context -> from:key -> to_:key -> (context, Tezos_protocol_environment_007_PsDELPH1__Environment.Error_monad.error list) result Lwt.t
module Raw_context : Raw_context.T with type t = t ipath