public static interface BitcoindRpcClient.Info extends Serializable
| Modifier and Type | Method and Description |
|---|---|
double |
balance() |
int |
blocks() |
int |
connections() |
double |
difficulty() |
String |
errors() |
long |
keyPoolOldest() |
long |
keyPoolSize() |
double |
payTxFee() |
long |
protocolVersion() |
String |
proxy() |
double |
relayFee() |
boolean |
testnet() |
int |
timeOffset() |
long |
version() |
long |
walletVersion() |
long version()
long protocolVersion()
long walletVersion()
double balance()
int blocks()
int timeOffset()
int connections()
String proxy()
double difficulty()
boolean testnet()
long keyPoolOldest()
long keyPoolSize()
double payTxFee()
double relayFee()
String errors()
Copyright © 2017. All rights reserved.