package tezt-tezos

  1. Overview
  2. Docs

A foreign endpoint points to a services that is not managed by Tezt.

type t = {
  1. host : string;
  2. scheme : string;
  3. port : int;
}
val rpc_host : t -> string
val rpc_port : t -> int
val rpc_scheme : t -> string
OCaml

Innovation. Community. Security.