public static interface BitcoindRpcClient.MiningInfo extends Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
blocks() |
String |
chain() |
int |
currentBlockSize() |
int |
currentBlockTx() |
int |
currentBlockWeight() |
double |
difficulty() |
String |
errors() |
double |
networkHashps() |
int |
pooledTx() |
boolean |
testNet() |
int blocks()
int currentBlockSize()
int currentBlockWeight()
int currentBlockTx()
double difficulty()
String errors()
double networkHashps()
int pooledTx()
boolean testNet()
String chain()
Copyright © 2017. All rights reserved.