Module Storage.Big_map

module Next : sig ... end
val fold : Raw_context.t -> order:[ `Sorted | `Undefined ] -> init:'a -> f:(id -> 'a -> 'a Mavryk_protocol_environment_alpha.Lwt.t) -> 'a Mavryk_protocol_environment_alpha.Lwt.t

The domain of alive big maps

type key = Raw_context.t * id
module Contents : sig ... end