package tezos-client-base-unix

  1. Overview
  2. Docs
type t = {
  1. base_dir : string;
  2. node_addr : string option;
  3. node_port : int option;
  4. tls : bool option;
  5. media_type : Tezos_rpc_http.Media_type.t list option;
  6. endpoint : Uri.t option;
  7. web_port : int;
  8. remote_signer : Uri.t option;
  9. confirmations : int option;
  10. password_filename : string option;
}
val default : t
val encoding : t Data_encoding.encoding
val from_json : Data_encoding.Json.json -> t
val write : string -> t -> unit Tezos_error_monad.Error_monad.tzresult Lwt.t