package gemini

  1. Overview
  2. Docs
type t = [
  1. | `Auction_indicative_price of Auction_indicative_price_event.t
  2. | `Auction_open of Auction_open_event.t
  3. | `Auction_outcome of Auction_outcome_event.t
]

The type of an auction event, unified over all auction event types.

val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val sexp_of_t : t -> Sexplib0.Sexp.t
val t_of_sexp : Sexplib0.Sexp.t -> t
val __t_of_sexp__ : Sexplib0.Sexp.t -> t
OCaml

Innovation. Community. Security.