package tezt-tezos

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

Module Tezt_tezos.EndpointSource

RPC endpoints.

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

Encode the given endpoint as a string value.

Sourceval to_uri : t -> Uri.t

Encode the given endpoint as a Uri.t