Types.Status
val summarize_report : Perf_histograms.Report.t -> string
module Rpc_timings : sig ... end
module Histograms : sig ... end
module Next_producer_timing : sig ... end
module Metrics : sig ... end
module Make_entries (FieldT : sig ... end) : sig ... end
type t = {
num_accounts : int option; |
blockchain_length : int option; |
highest_block_length_received : int; |
highest_unvalidated_block_length_received : int; |
uptime_secs : int; |
ledger_merkle_root : string option; |
state_hash : string option; |
chain_id : string; |
commit_id : Git_sha.Stable.Latest.t; |
conf_dir : string; |
peers : Network_peer.Peer.Display.Stable.Latest.t list; |
user_commands_sent : int; |
snark_worker : string option; |
snark_work_fee : int; |
sync_status : Sync_status.Stable.Latest.t; |
catchup_status : (Transition_frontier.Full_catchup_tree.Node.State.Enum.t * int)
list
option; |
block_production_keys : string list; |
coinbase_receiver : string option; |
histograms : Histograms.t option; |
consensus_time_best_tip : Consensus.Data.Consensus_time.Stable.Latest.t option; |
global_slot_since_genesis_best_tip : int option; |
next_block_production : Next_producer_timing.t option; |
consensus_time_now : Consensus.Data.Consensus_time.Stable.Latest.t; |
consensus_mechanism : string; |
consensus_configuration : Consensus.Configuration.Stable.Latest.t; |
addrs_and_ports : Node_addrs_and_ports.Display.Stable.Latest.t; |
metrics : Metrics.t; |
}
val to_yojson : t -> Yojson.Safe.t
val _ : t -> Yojson.Safe.t
val __bin_read_t__ : ( int -> t ) Core_kernel.Bin_prot.Read.reader
val bin_read_t : t Core_kernel.Bin_prot.Read.reader
val bin_reader_t : t Core_kernel.Bin_prot.Type_class.reader
val bin_size_t : t Core_kernel.Bin_prot.Size.sizer
val bin_write_t : t Core_kernel.Bin_prot.Write.writer
val bin_writer_t : t Core_kernel.Bin_prot.Type_class.writer
val bin_t : t Core_kernel.Bin_prot.Type_class.t
val addrs_and_ports : t -> Node_addrs_and_ports.Display.Stable.Latest.t
val consensus_configuration : t -> Consensus.Configuration.Stable.Latest.t
val consensus_mechanism : t -> string
val consensus_time_now : t -> Consensus.Data.Consensus_time.Stable.Latest.t
val next_block_production : t -> Next_producer_timing.t option
val global_slot_since_genesis_best_tip : t -> int option
val consensus_time_best_tip :
t ->
Consensus.Data.Consensus_time.Stable.Latest.t option
val histograms : t -> Histograms.t option
val coinbase_receiver : t -> string option
val block_production_keys : t -> string list
val catchup_status :
t ->
(Transition_frontier.Full_catchup_tree.Node.State.Enum.t * int) list option
val sync_status : t -> Sync_status.Stable.Latest.t
val snark_work_fee : t -> int
val snark_worker : t -> string option
val user_commands_sent : t -> int
val peers : t -> Network_peer.Peer.Display.Stable.Latest.t list
val conf_dir : t -> string
val commit_id : t -> Git_sha.Stable.Latest.t
val chain_id : t -> string
val state_hash : t -> string option
val ledger_merkle_root : t -> string option
val uptime_secs : t -> int
val highest_unvalidated_block_length_received : t -> int
val highest_block_length_received : t -> int
val blockchain_length : t -> int option
val num_accounts : t -> int option
module Fields : sig ... end
val entries : t -> (string * Core_kernel__.Import.string) list
val to_text : t -> string