Get_node_status.Node_status
module Stable : sig ... end
type t = Stable.Latest.t = {
node_ip_addr : Core.Unix.Inet_addr.t; |
node_peer_id : Network_peer.Peer.Id.t; |
sync_status : Sync_status.t; |
peers : Network_peer.Peer.t list; |
block_producers : Signature_lib.Public_key.Compressed.t list; |
protocol_state_hash : Mina_base.State_hash.t; |
ban_statuses : (Network_peer.Peer.t * Trust_system.Peer_status.t) list; |
k_block_hashes_and_timestamps : (Mina_base.State_hash.t * string) list; |
git_commit : string; |
uptime_minutes : int; |
block_height_opt : int option; |
}