Integration_test_lib.Network_time_span
type t =
| Epochs of int
| Slots of int
| Literal of Core_kernel.Time.Span.t
val to_span : t -> constants:Test_config.constants -> Core_kernel.Time.Span.t
val to_string : constants:Test_config.constants -> t -> Core_kernel__.Import.string