package gemini

  1. Overview
  2. Docs
val names : string list
val last_cancel_time_ms : (t, Time_float_unix.t) Fieldslib.Field.t
val first_indicative_ms : (t, Time_float_unix.t) Fieldslib.Field.t
val auction_time_ms : (t, Time_float_unix.t) Fieldslib.Field.t
val auction_open_ms : (t, Time_float_unix.t) Fieldslib.Field.t
val fold : init:'acc__0 -> auction_open_ms: ('acc__0 -> (t, Time_float_unix.t) Fieldslib.Field.t -> 'acc__1) -> auction_time_ms: ('acc__1 -> (t, Time_float_unix.t) Fieldslib.Field.t -> 'acc__2) -> first_indicative_ms: ('acc__2 -> (t, Time_float_unix.t) Fieldslib.Field.t -> 'acc__3) -> last_cancel_time_ms: ('acc__3 -> (t, Time_float_unix.t) Fieldslib.Field.t -> 'acc__4) -> 'acc__4
val make_creator : auction_open_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> 'acc__0 -> ('input__ -> Time_float_unix.t) * 'acc__1) -> auction_time_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> 'acc__1 -> ('input__ -> Time_float_unix.t) * 'acc__2) -> first_indicative_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> 'acc__2 -> ('input__ -> Time_float_unix.t) * 'acc__3) -> last_cancel_time_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> 'acc__3 -> ('input__ -> Time_float_unix.t) * 'acc__4) -> 'acc__0 -> ('input__ -> t) * 'acc__4
val create : auction_open_ms:Time_float_unix.t -> auction_time_ms:Time_float_unix.t -> first_indicative_ms:Time_float_unix.t -> last_cancel_time_ms:Time_float_unix.t -> t
val map : auction_open_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> Time_float_unix.t) -> auction_time_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> Time_float_unix.t) -> first_indicative_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> Time_float_unix.t) -> last_cancel_time_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> Time_float_unix.t) -> t
val iter : auction_open_ms:((t, Time_float_unix.t) Fieldslib.Field.t -> unit) -> auction_time_ms:((t, Time_float_unix.t) Fieldslib.Field.t -> unit) -> first_indicative_ms:((t, Time_float_unix.t) Fieldslib.Field.t -> unit) -> last_cancel_time_ms:((t, Time_float_unix.t) Fieldslib.Field.t -> unit) -> unit
val for_all : auction_open_ms:((t, Time_float_unix.t) Fieldslib.Field.t -> bool) -> auction_time_ms:((t, Time_float_unix.t) Fieldslib.Field.t -> bool) -> first_indicative_ms:((t, Time_float_unix.t) Fieldslib.Field.t -> bool) -> last_cancel_time_ms:((t, Time_float_unix.t) Fieldslib.Field.t -> bool) -> bool
val exists : auction_open_ms:((t, Time_float_unix.t) Fieldslib.Field.t -> bool) -> auction_time_ms:((t, Time_float_unix.t) Fieldslib.Field.t -> bool) -> first_indicative_ms:((t, Time_float_unix.t) Fieldslib.Field.t -> bool) -> last_cancel_time_ms:((t, Time_float_unix.t) Fieldslib.Field.t -> bool) -> bool
val to_list : auction_open_ms:((t, Time_float_unix.t) Fieldslib.Field.t -> 'elem__) -> auction_time_ms:((t, Time_float_unix.t) Fieldslib.Field.t -> 'elem__) -> first_indicative_ms:((t, Time_float_unix.t) Fieldslib.Field.t -> 'elem__) -> last_cancel_time_ms:((t, Time_float_unix.t) Fieldslib.Field.t -> 'elem__) -> 'elem__ list
val map_poly : ([< `Read | `Set_and_create ], t, 'x0) Fieldslib.Field.user -> 'x0 list
module Direct : sig ... end
OCaml

Innovation. Community. Security.