Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = {
base_dir : string;
node_addr : string option;
node_port : int option;
tls : bool option;
media_type : Tezos_rpc_http.Media_type.Command_line.t option;
endpoint : Uri.t option;
web_port : int;
remote_signer : Uri.t option;
confirmations : int option;
password_filename : string option;
internal_events : Tezos_base.Internal_event_config.t option;
}
val default : t
val encoding : t Tezos_base.TzPervasives.Data_encoding.encoding
val from_json : Tezos_base.TzPervasives.Data_encoding.Json.json -> t
val read : string -> (t, Tezos_error_monad.Error_monad.tztrace) result Lwt.t
val write : string -> t -> unit Tezos_error_monad.Error_monad.tzresult Lwt.t