public static interface BitcoindRpcClient.Block extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
bits() |
String |
chainwork() |
int |
confirmations() |
double |
difficulty() |
String |
hash() |
int |
height() |
String |
merkleRoot() |
BitcoindRpcClient.Block |
next() |
String |
nextHash() |
long |
nonce() |
BitcoindRpcClient.Block |
previous() |
String |
previousHash() |
int |
size() |
Date |
time() |
List<String> |
tx() |
int |
version() |
String hash()
int confirmations()
int size()
int height()
int version()
String merkleRoot()
Date time()
long nonce()
String bits()
double difficulty()
String previousHash()
String nextHash()
String chainwork()
BitcoindRpcClient.Block previous() throws BitcoinRpcException
BitcoinRpcExceptionBitcoindRpcClient.Block next() throws BitcoinRpcException
BitcoinRpcExceptionCopyright © 2017. All rights reserved.