@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-03-09T15:36:44.645Z[UTC]")
public class NetworkRoutesApiImpl
extends java.lang.Object
implements NetworkRoutesApi
| Constructor and Description |
|---|
NetworkRoutesApiImpl() |
NetworkRoutesApiImpl(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
getNetworkFees(io.vertx.core.Handler<io.vertx.core.AsyncResult<NetworkFeesDTO>> resultHandler)
Get transaction fees information
Returns information about the average, median, highest and lower fee multiplier over the last \"numBlocksTransactionFeeStats\".
|
void |
getNetworkProperties(io.vertx.core.Handler<io.vertx.core.AsyncResult<NetworkConfigurationDTO>> resultHandler)
Get the network properties
Returns the content from a catapult-server network configuration file (resources/config-network.properties).
|
void |
getNetworkType(io.vertx.core.Handler<io.vertx.core.AsyncResult<NetworkTypeDTO>> resultHandler)
Get the current network type of the chain
Returns the current network type.
|
void |
setApiClient(ApiClient apiClient) |
public NetworkRoutesApiImpl()
public NetworkRoutesApiImpl(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public void getNetworkFees(io.vertx.core.Handler<io.vertx.core.AsyncResult<NetworkFeesDTO>> resultHandler)
getNetworkFees in interface NetworkRoutesApiresultHandler - Asynchronous result handlerpublic void getNetworkProperties(io.vertx.core.Handler<io.vertx.core.AsyncResult<NetworkConfigurationDTO>> resultHandler)
getNetworkProperties in interface NetworkRoutesApiresultHandler - Asynchronous result handlerpublic void getNetworkType(io.vertx.core.Handler<io.vertx.core.AsyncResult<NetworkTypeDTO>> resultHandler)
getNetworkType in interface NetworkRoutesApiresultHandler - Asynchronous result handler