public class LocalWeb3jAccount
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_APP_URL |
| Constructor and Description |
|---|
LocalWeb3jAccount() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
configExists() |
static HttpService |
createHttpServiceWithToken(Network network) |
static HttpService |
getOnlineServicesHttpService(Network network) |
static boolean |
loginTokenExists(com.fasterxml.jackson.databind.node.ObjectNode node) |
static com.fasterxml.jackson.databind.node.ObjectNode |
readConfigAsJson() |
public static HttpService getOnlineServicesHttpService(Network network) throws java.lang.Exception
java.lang.Exceptionpublic static boolean configExists()
public static com.fasterxml.jackson.databind.node.ObjectNode readConfigAsJson()
throws java.io.IOException
java.io.IOExceptionpublic static boolean loginTokenExists(com.fasterxml.jackson.databind.node.ObjectNode node)
public static HttpService createHttpServiceWithToken(Network network) throws java.io.IOException
java.io.IOException