public class NodeClient extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEPLOY |
static String |
DEPLOY_TOO_LARGE_MSG |
| Constructor and Description |
|---|
NodeClient(DeployService deployService,
HashService hashService,
JsonConversionService jsonConversionService) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountBalance(String accountKey) |
String |
getAccountInfo(String accountKey) |
String |
getAccountMainPurseURef(String accountKey) |
String |
getAuctionInfo() |
String |
getNodePeers() |
String |
getNodeStatus() |
String |
getStateRootHash() |
String |
putDeploy(Deploy signedDeploy) |
public static final String DEPLOY
public static final String DEPLOY_TOO_LARGE_MSG
public NodeClient(DeployService deployService, HashService hashService, JsonConversionService jsonConversionService)
Copyright © 2021. All rights reserved.