package tezos-baking-012-Psithaca

  1. Overview
  2. Docs

Cache structures used to memoize costly RPCs/computations.

type round = Tezos_protocol_012_Psithaca.Protocol.Alpha_context.Round.t
module Block_cache : sig ... end
module Timestamp_of_round_cache : sig ... end

The Timestamp_of_round_tbl module allows to create memoization tables to store function calls of Round.timestamp_of_round.

module Round_cache_key : sig ... end
module Round_timestamp_interval_cache : sig ... end