S.Configurationmodule Stable : sig ... endtype t = Stable.Latest.t = {delta : int; |
k : int; |
slots_per_epoch : int; |
slot_duration : int; |
epoch_duration : int; |
genesis_state_timestamp : Block_time.t; |
acceptable_network_delay : int; |
}val to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval acceptable_network_delay : t -> intval genesis_state_timestamp : t -> Block_time.tval epoch_duration : t -> intval slot_duration : t -> intval slots_per_epoch : t -> intval k : t -> intval delta : t -> intmodule Fields : sig ... endval t :
constraint_constants:Genesis_constants.Constraint_constants.t ->
protocol_constants:Genesis_constants.Protocol.t ->
t