package links

  1. Overview
  2. Docs
type t =
  1. | Current
  2. | Transaction
  3. | Valid
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val current : t
val transaction : t
val valid : t
val pp : Stdlib.Format.formatter -> t -> unit
val show : t -> string
OCaml

Innovation. Community. Security.