package octez-protocol-alpha-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Baking_cache.Round_cache_keySource

Sourcetype ts_interval = Tezos_protocol_alpha.Protocol.Alpha_context.Timestamp.time * Tezos_protocol_alpha.Protocol.Alpha_context.Timestamp.time
Sourcetype t = {
  1. predecessor_timestamp : Tezos_protocol_alpha.Protocol.Alpha_context.Timestamp.time;
  2. predecessor_round : round;
  3. time_interval : ts_interval;
}

The values that are intended to be used here are the arguments are: predecessor_timestamp * predecessor_round * timestamp_interval

Sourceval hash : t -> int
Sourceval equal : t -> t -> bool
OCaml

Innovation. Community. Security.