package tezos-protocol-008-PtEdo2Zk

  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:(id -> 'a -> 'a Lwt.t) -> 'a Lwt.t

The domain of alive big maps

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