tuweni / org.apache.tuweni.ethstats / NodeStats

NodeStats

data class NodeStats (source)

Constructors

<init>

NodeStats(active: Boolean, syncing: Boolean, mining: Boolean, hashrate: Int, peers: Int, gasPrice: Int, uptime: Int)

Properties

active

val active: Boolean

gasPrice

val gasPrice: Int

hashrate

val hashrate: Int

mining

val mining: Boolean

peers

val peers: Int

syncing

val syncing: Boolean

uptime

val uptime: Int