ethstats
Module Contents
alltypes
Module Contents
class BlockStats
Module Contents
BlockStats(: UInt256!, : Hash!, : Hash!, : Long, : Address!, : Long, : Long, : UInt256!, : UInt256!, : MutableList<TxStats!>!, : Hash!, : Hash!, : MutableList<BlockHeader!>!)
fun getBlockNumber(): Long
fun getDifficulty(): String!
fun getGasLimit(): Long
fun getGasUsed(): Long
fun getHash(): String!
fun getMiner(): Address!
fun getParentHash(): Hash!
fun getStateRoot(): Hash!
fun getTimestamp(): Long
fun getTotalDifficulty(): String!
fun getTransactions(): MutableList<TxStats!>!
fun getTransactionsRoot(): String!
fun getUncles(): MutableList<BlockHeader!>!
class EthStatsReporter
Module Contents
EthStatsReporter(vertx: Vertx!, ethstatsServerURIs: MutableList<URI!>!, secret: String!, name: String!, node: String!, port: Int, network: String!, protocol: String!, os: String!, osVer: String!, historyRequester: Consumer<MutableList<UInt256!>!>!)
fun sendHistoryResponse(blocks: MutableList<BlockStats!>!): Unit
fun sendNewHead(newBlockStats: BlockStats!): Unit
fun sendNewNodeStats(nodeStats: NodeStats!): Unit
fun sendNewPendingTransactionCount(txCount: Int): Unit
fun start(): Unit
fun stop(): Unit
class NodeStats
class TxStats
package org.apache.tuweni.ethstats
Module Contents
class BlockStats
Module Contents
BlockStats(: UInt256!, : Hash!, : Hash!, : Long, : Address!, : Long, : Long, : UInt256!, : UInt256!, : MutableList<TxStats!>!, : Hash!, : Hash!, : MutableList<BlockHeader!>!)
fun getBlockNumber(): Long
fun getDifficulty(): String!
fun getGasLimit(): Long
fun getGasUsed(): Long
fun getHash(): String!
fun getMiner(): Address!
fun getParentHash(): Hash!
fun getStateRoot(): Hash!
fun getTimestamp(): Long
fun getTotalDifficulty(): String!
fun getTransactions(): MutableList<TxStats!>!
fun getTransactionsRoot(): String!
fun getUncles(): MutableList<BlockHeader!>!
class EthStatsReporter
Module Contents
EthStatsReporter(vertx: Vertx!, ethstatsServerURIs: MutableList<URI!>!, secret: String!, name: String!, node: String!, port: Int, network: String!, protocol: String!, os: String!, osVer: String!, historyRequester: Consumer<MutableList<UInt256!>!>!)
fun sendHistoryResponse(blocks: MutableList<BlockStats!>!): Unit
fun sendNewHead(newBlockStats: BlockStats!): Unit
fun sendNewNodeStats(nodeStats: NodeStats!): Unit
fun sendNewPendingTransactionCount(txCount: Int): Unit
fun start(): Unit
fun stop(): Unit
class NodeStats
class TxStats