| Constructor and Description |
|---|
BitcoinBlock(wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.Block block) |
| Modifier and Type | Method and Description |
|---|---|
String |
bits() |
String |
chainwork() |
int |
confirmations() |
BigDecimal |
difficulty() |
boolean |
equals(Object obj) |
String |
hash() |
int |
hashCode() |
int |
height() |
String |
merkleRoot() |
Block |
next() |
String |
nextHash() |
long |
nonce() |
Block |
previous() |
String |
previousHash() |
int |
size() |
Date |
time() |
String |
toString() |
List<String> |
tx() |
int |
version() |
public BitcoinBlock(wf.bitcoin.javabitcoindrpcclient.BitcoindRpcClient.Block block)
public int confirmations()
confirmations in interface Blockpublic String merkleRoot()
merkleRoot in interface Blockpublic BigDecimal difficulty()
difficulty in interface Blockpublic String previousHash()
previousHash in interface BlockCopyright © 2018. All rights reserved.