public interface Block
| Modifier and Type | Method and Description |
|---|---|
String |
bits() |
String |
chainwork() |
int |
confirmations() |
BigDecimal |
difficulty() |
String |
hash() |
int |
height() |
String |
merkleRoot() |
Block |
next() |
String |
nextHash() |
long |
nonce() |
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()
BigDecimal difficulty()
String previousHash()
String nextHash()
String chainwork()
Block previous()
Block next()
Copyright © 2018. All rights reserved.