public static interface BitcoindRpcClient.BlockChainInfo extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
bestBlockHash() |
int |
blocks() |
String |
chain() |
String |
chainWork() |
BigDecimal |
difficulty() |
BigDecimal |
verificationProgress() |
String chain()
int blocks()
String bestBlockHash()
BigDecimal difficulty()
BigDecimal verificationProgress()
String chainWork()
Copyright © 2018. All rights reserved.