package tezos-protocol-alpha

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. compressed_state : State_hash.t;
  2. inbox_level : Raw_level.t;
  3. predecessor : Hash.t;
  4. number_of_ticks : Number_of_ticks.t;
}
val hash_uncarbonated : t -> Hash.t
val genesis_commitment : origination_level:Raw_level.t -> genesis_state_hash:State_hash.t -> t
type genesis_info = {
  1. level : Raw_level.t;
  2. commitment_hash : Hash.t;
}
OCaml

Innovation. Community. Security.