public interface Network
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
estimateFee() |
List<String> |
generate(int numBlocks)
Generate the given number of blocks
|
List<String> |
generate(int numBlocks,
Wallet.Address addr)
Generate the given number of blocks to the given address
|
Block |
getBestBlock()
Get the best block
|
String |
getBestBlockHash()
Get the best block hash
|
Block |
getBlock(String blockHash)
Get the block for the given hash
|
Integer |
getBlockCount()
Get the block count
|
Integer |
getBlockRate()
Get the block rate in seconds
|
BigDecimal estimateFee()
List<String> generate(int numBlocks, Wallet.Address addr)
String getBestBlockHash()
Block getBestBlock()
Integer getBlockCount()
Integer getBlockRate()
Copyright © 2018. All rights reserved.