package tezos-protocol-007-PsDELPH1

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Next : sig ... end
val fold : Raw_context.t -> init:'a -> f:(Z.t -> 'a -> 'a Lwt.t) -> 'a Lwt.t

The domain of alive big maps

val list : Raw_context.t -> Z.t list Lwt.t
val remove_rec : Raw_context.t -> Z.t -> Raw_context.t Lwt.t
val copy : Raw_context.t -> from:Z.t -> to_:Z.t -> (Raw_context.t, Tezos_protocol_environment_007_PsDELPH1__Environment.Error_monad.error list) result Lwt.t
type key = Raw_context.t * Z.t
val rpc_arg : Z.t Tezos_protocol_environment_007_PsDELPH1__Environment.RPC_arg.t
module Total_bytes : Storage_sigs.Indexed_data_storage with type key = Z.t and type value = Z.t and type t := Raw_context.t