package catapult

  1. Overview
  2. Docs

Module Catapult.Endpoint_addressSource

Address for the daemon

Sourcetype t =
  1. | Unix of string
  2. | Tcp of string * int
Sourceval to_string : t -> string
Sourceval of_string : string -> t option
Sourceval of_string_exn : string -> t
Sourceval default : t

Default address.

OCaml

Innovation. Community. Security.