Module Tezos_shell.Http_cache_headers

Expose helper tools used for Http cache header middleware.

type tools = {
  1. get_estimated_time_to_next_level : unit -> Ptime.span option Lwt.t;
  2. get_block_hash : string -> Tezos_base.TzPervasives.Block_hash.t option Lwt.t;
}
val make_tools : (unit -> Tezos_store.Store.chain_store option) -> tools