package links

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