package tezt-tezos

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Tezt_tezos.Foreign_endpointSource

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

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

Innovation. Community. Security.