data class NodeStats
(source)
<init> |
NodeStats(active: Boolean, syncing: Boolean, mining: Boolean, hashrate: Int, peers: Int, gasPrice: Int, uptime: Int) |
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 |