Module Tezos_baking_023_PtSeouLo.Abstract_context_index

type t = {
  1. sync_fun : unit -> unit Lwt.t;
  2. checkout_fun : Tezos_base.TzPervasives.Context_hash.t -> Tezos_protocol_environment.Context.t option Lwt.t;
  3. finalize_fun : unit -> unit Lwt.t;
}