@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-08-14T13:43:37.324Z[UTC]")
public class NetworkRoutesApi
extends java.lang.Object
| Constructor and Description |
|---|
NetworkRoutesApi() |
NetworkRoutesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
NetworkConfigurationDTO |
getNetworkProperties()
Get the network properties
Returns the content from a catapult-server network configuration file (resources/config-network.properties).
|
ApiResponse<NetworkConfigurationDTO> |
getNetworkPropertiesWithHttpInfo()
Get the network properties
Returns the content from a catapult-server network configuration file (resources/config-network.properties).
|
NetworkTypeDTO |
getNetworkType()
Get the current network type of the chain
Returns the current network type.
|
ApiResponse<NetworkTypeDTO> |
getNetworkTypeWithHttpInfo()
Get the current network type of the chain
Returns the current network type.
|
RentalFeesDTO |
getRentalFees()
Get rental fees information
Returns the estimated effective rental fees for namespaces and mosaics.
|
ApiResponse<RentalFeesDTO> |
getRentalFeesWithHttpInfo()
Get rental fees information
Returns the estimated effective rental fees for namespaces and mosaics.
|
TransactionFeesDTO |
getTransactionFees()
Get transaction fees information
Returns the average, median, highest and lower fee multiplier over the last \"numBlocksTransactionFeeStats\".
|
ApiResponse<TransactionFeesDTO> |
getTransactionFeesWithHttpInfo()
Get transaction fees information
Returns the average, median, highest and lower fee multiplier over the last \"numBlocksTransactionFeeStats\".
|
void |
setApiClient(ApiClient apiClient) |
public NetworkRoutesApi()
public NetworkRoutesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public NetworkConfigurationDTO getNetworkProperties() throws ApiException
ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public ApiResponse<NetworkConfigurationDTO> getNetworkPropertiesWithHttpInfo() throws ApiException
ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public NetworkTypeDTO getNetworkType() throws ApiException
ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
public ApiResponse<NetworkTypeDTO> getNetworkTypeWithHttpInfo() throws ApiException
ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
public RentalFeesDTO getRentalFees() throws ApiException
ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public ApiResponse<RentalFeesDTO> getRentalFeesWithHttpInfo() throws ApiException
ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 409 | InvalidArgument | - |
public TransactionFeesDTO getTransactionFees() throws ApiException
ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
public ApiResponse<TransactionFeesDTO> getTransactionFeesWithHttpInfo() throws ApiException
ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |