public class MinerOptions extends Object
| Constructor and Description |
|---|
MinerOptions(boolean start,
EthAddress coinbase,
String extraData,
long minGasPrice,
long minBlockTimeout,
int cpuMineThreads,
boolean fullDataSet) |
| Modifier and Type | Method and Description |
|---|---|
EthAddress |
getCoinbase() |
int |
getCpuMineThreads() |
String |
getExtraData() |
long |
getMinBlockTimeout() |
long |
getMinGasPrice() |
boolean |
isFullDataSet() |
boolean |
isStart() |
public MinerOptions(boolean start,
EthAddress coinbase,
String extraData,
long minGasPrice,
long minBlockTimeout,
int cpuMineThreads,
boolean fullDataSet)
public boolean isStart()
public EthAddress getCoinbase()
public String getExtraData()
public long getMinGasPrice()
public long getMinBlockTimeout()
public int getCpuMineThreads()
public boolean isFullDataSet()
Copyright © 2016. All rights reserved.