@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-03-09T21:11:31.580Z[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 |
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 |
getRentalFees(io.vertx.core.Handler<io.vertx.core.AsyncResult<RentalFeesDTO>> resultHandler)
Get rental fees information
Returns the estimated effective rental fees for namespaces and mosaics.
|
void |
getTransactionFees(io.vertx.core.Handler<io.vertx.core.AsyncResult<TransactionFeesDTO>> resultHandler)
Get transaction fees information
Returns the average, median, highest and lower fee multiplier over the last \"numBlocksTransactionFeeStats\".
|
void |
setApiClient(ApiClient apiClient) |
public NetworkRoutesApiImpl()
public NetworkRoutesApiImpl(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public 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 handlerpublic void getRentalFees(io.vertx.core.Handler<io.vertx.core.AsyncResult<RentalFeesDTO>> resultHandler)
getRentalFees in interface NetworkRoutesApiresultHandler - Asynchronous result handlerpublic void getTransactionFees(io.vertx.core.Handler<io.vertx.core.AsyncResult<TransactionFeesDTO>> resultHandler)
getTransactionFees in interface NetworkRoutesApiresultHandler - Asynchronous result handler