package tezos-protocol-002-PsYLVpVv

  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
module Make_set (N : Storage_sigs.NAME) : Storage_sigs.Data_set_storage with type t = t and type elt = key
module Raw_context : Raw_context.T with type t = t ipath