public class TronWitness extends Object
| Constructor and Description | 
|---|
| TronWitness(Protocol.Witness witness) | 
| Modifier and Type | Method and Description | 
|---|---|
| TronAddress | getAddress() | 
| long | getBlocksMissed() | 
| long | getBlocksProduced() | 
| long | getLatestBlockNum() | 
| long | getLatestSlotNum() | 
| double | getProductivity() | 
| byte[] | getPublicKey() | 
| String | getUrl() | 
| long | getVoteCount() | 
| boolean | isJobs() | 
| void | print(String indent)Prints the object in stdout. | 
| com.google.gson.JsonObject | toJson() | 
public TronWitness(Protocol.Witness witness)
public TronAddress getAddress()
public long getVoteCount()
public byte[] getPublicKey()
public String getUrl()
public long getBlocksProduced()
public long getBlocksMissed()
public long getLatestBlockNum()
public long getLatestSlotNum()
public double getProductivity()
public boolean isJobs()
public com.google.gson.JsonObject toJson()
public void print(String indent)
Copyright © 2020. All rights reserved.