You can search for identifiers within the package.
in-package search v0.2.0
RPC endpoints.
type t = {
host : string;
scheme : string;
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
Uri.t