File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -833,6 +833,8 @@ module Accounts = struct
833833 Result. bind ~f: of_json_layout (Json_layout.Accounts. of_yojson json)
834834end
835835
836+ (* * Parameters for protocol constants that specify the genesis ledger used by
837+ the network *)
836838module Ledger = struct
837839 type base =
838840 | Named of string (* * One of the named ledgers in [Genesis_ledger] *)
@@ -1186,6 +1188,8 @@ module Proof_keys = struct
11861188 }
11871189end
11881190
1191+ (* * Parameters for protocol constants that specify slot spans, and relate slot
1192+ spans to system times *)
11891193module Genesis = struct
11901194 type t = Json_layout.Genesis .t =
11911195 { k : int option (* the depth of finality constant (in slots) *)
@@ -1349,6 +1353,8 @@ module Daemon = struct
13491353 }
13501354end
13511355
1356+ (* * Parameters for protocol constants that specify the genesis epoch ledger
1357+ snapshots used by the network *)
13521358module Epoch_data = struct
13531359 module Data = struct
13541360 type t = { ledger : Ledger .t ; seed : string }
You can’t perform that action at this time.
0 commit comments