public class TestConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestConfig.Builder |
| Constructor and Description |
|---|
TestConfig(Date initialTime,
long gasLimit,
long gasPrice,
Map<EthAccount,EthValue> balances) |
| Modifier and Type | Method and Description |
|---|---|
static TestConfig.Builder |
builder() |
Map<EthAccount,EthValue> |
getBalances() |
long |
getGasLimit() |
long |
getGasPrice() |
Date |
getInitialTime() |
public TestConfig(Date initialTime, long gasLimit, long gasPrice, Map<EthAccount,EthValue> balances)
public long getGasLimit()
public long getGasPrice()
public Map<EthAccount,EthValue> getBalances()
public Date getInitialTime()
public static TestConfig.Builder builder()
Copyright © 2017. All rights reserved.