package tezos-openapi

  1. Overview
  2. Docs
type t = {
  1. url : string;
  2. description : string option;
}
val make : ?description:string -> string -> t
OCaml

Innovation. Community. Security.