package tezt-tezos

  1. Overview
  2. Docs

RPC endpoints.

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
val as_string : t -> string

Encode the given endpoint as a string value.

val to_uri : t -> Uri.t

Encode the given endpoint as a Uri.t

OCaml

Innovation. Community. Security.