NodeStatus

case class NodeStatus(chainspec_name: String, starting_state_root_hash: String, peers: Seq[Peer], last_added_block_info: BlockInfo, our_public_signing_key: CLPublicKey, round_length: String, next_upgrade: NextUpgrade, build_version: String, uptime: String)

NodeStatus entity class

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product