package gemini

  1. Overview
  2. Docs
val iter : t -> auction_open_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> t -> Time_float_unix.t -> unit) -> auction_time_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> t -> Time_float_unix.t -> unit) -> first_indicative_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> t -> Time_float_unix.t -> unit) -> last_cancel_time_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> t -> Time_float_unix.t -> unit) -> unit
val fold : t -> init:'acc__0 -> auction_open_ms: ('acc__0 -> (t, Time_float_unix.t) Fieldslib.Field.t -> t -> Time_float_unix.t -> 'acc__1) -> auction_time_ms: ('acc__1 -> (t, Time_float_unix.t) Fieldslib.Field.t -> t -> Time_float_unix.t -> 'acc__2) -> first_indicative_ms: ('acc__2 -> (t, Time_float_unix.t) Fieldslib.Field.t -> t -> Time_float_unix.t -> 'acc__3) -> last_cancel_time_ms: ('acc__3 -> (t, Time_float_unix.t) Fieldslib.Field.t -> t -> Time_float_unix.t -> 'acc__4) -> 'acc__4
val for_all : t -> auction_open_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> t -> Time_float_unix.t -> bool) -> auction_time_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> t -> Time_float_unix.t -> bool) -> first_indicative_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> t -> Time_float_unix.t -> bool) -> last_cancel_time_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> t -> Time_float_unix.t -> bool) -> bool
val exists : t -> auction_open_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> t -> Time_float_unix.t -> bool) -> auction_time_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> t -> Time_float_unix.t -> bool) -> first_indicative_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> t -> Time_float_unix.t -> bool) -> last_cancel_time_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> t -> Time_float_unix.t -> bool) -> bool
val to_list : t -> auction_open_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> t -> Time_float_unix.t -> 'elem__) -> auction_time_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> t -> Time_float_unix.t -> 'elem__) -> first_indicative_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> t -> Time_float_unix.t -> 'elem__) -> last_cancel_time_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> t -> Time_float_unix.t -> 'elem__) -> 'elem__ list
val set_all_mutable_fields : t -> unit
OCaml

Innovation. Community. Security.