public class BlockchainFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BLOCKCHAIN_CLASS_NAME |
static String |
RPC_CLIENT_CLASS_NAME |
| Constructor and Description |
|---|
BlockchainFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Blockchain |
getBlockchain() |
static Blockchain |
getBlockchain(URL rpcUrl) |
static Blockchain |
getBlockchain(URL rpcUrl,
Class<? extends Blockchain> bcclass) |
public static final String RPC_CLIENT_CLASS_NAME
public static final String BLOCKCHAIN_CLASS_NAME
public static Blockchain getBlockchain(URL rpcUrl)
public static Blockchain getBlockchain(URL rpcUrl, Class<? extends Blockchain> bcclass)
public static Blockchain getBlockchain()
Copyright © 2018. All rights reserved.