@Configuration
@ComponentScan(basePackages="io.iconator.testrpcj")
public class TestBlockchain
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static org.ethereum.crypto.ECKey |
ACCOUNT_0 |
static org.ethereum.crypto.ECKey |
ACCOUNT_1 |
static org.ethereum.crypto.ECKey |
ACCOUNT_2 |
static org.ethereum.crypto.ECKey |
ACCOUNT_3 |
static org.ethereum.crypto.ECKey |
ACCOUNT_4 |
static org.ethereum.crypto.ECKey |
ACCOUNT_5 |
static org.ethereum.crypto.ECKey |
ACCOUNT_6 |
static org.ethereum.crypto.ECKey |
ACCOUNT_7 |
static org.ethereum.crypto.ECKey |
ACCOUNT_8 |
static org.ethereum.crypto.ECKey |
ACCOUNT_9 |
| Constructor and Description |
|---|
TestBlockchain() |
| Modifier and Type | Method and Description |
|---|---|
static org.ethereum.solidity.compiler.SolidityCompiler |
compiler() |
static void |
main(java.lang.String[] args) |
TestBlockchain |
start() |
void |
start(java.lang.String[] args) |
public static final org.ethereum.crypto.ECKey ACCOUNT_0
public static final org.ethereum.crypto.ECKey ACCOUNT_1
public static final org.ethereum.crypto.ECKey ACCOUNT_2
public static final org.ethereum.crypto.ECKey ACCOUNT_3
public static final org.ethereum.crypto.ECKey ACCOUNT_4
public static final org.ethereum.crypto.ECKey ACCOUNT_5
public static final org.ethereum.crypto.ECKey ACCOUNT_6
public static final org.ethereum.crypto.ECKey ACCOUNT_7
public static final org.ethereum.crypto.ECKey ACCOUNT_8
public static final org.ethereum.crypto.ECKey ACCOUNT_9
public static void main(java.lang.String[] args)
public void start(java.lang.String[] args)
public TestBlockchain start()
public static org.ethereum.solidity.compiler.SolidityCompiler compiler()