public class NetworkRoutesApi
extends java.lang.Object
| Constructor and Description |
|---|
NetworkRoutesApi() |
NetworkRoutesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
NetworkFeesDTO |
getNetworkFees()
Get transaction fees information
Returns information about the average, median, highest and lower fee multiplier over the last \"numBlocksTransactionFeeStats\".
|
okhttp3.Call |
getNetworkFeesAsync(ApiCallback<NetworkFeesDTO> _callback)
Get transaction fees information (asynchronously)
Returns information about the average, median, highest and lower fee multiplier over the last \"numBlocksTransactionFeeStats\".
|
okhttp3.Call |
getNetworkFeesCall(ApiCallback _callback)
Build call for getNetworkFees
|
ApiResponse<NetworkFeesDTO> |
getNetworkFeesWithHttpInfo()
Get transaction fees information
Returns information about the average, median, highest and lower fee multiplier over the last \"numBlocksTransactionFeeStats\".
|
NetworkTypeDTO |
getNetworkType()
Get the current network type of the chain
Returns the current network type.
|
okhttp3.Call |
getNetworkTypeAsync(ApiCallback<NetworkTypeDTO> _callback)
Get the current network type of the chain (asynchronously)
Returns the current network type.
|
okhttp3.Call |
getNetworkTypeCall(ApiCallback _callback)
Build call for getNetworkType
|
ApiResponse<NetworkTypeDTO> |
getNetworkTypeWithHttpInfo()
Get the current network type of the chain
Returns the current network type.
|
void |
setApiClient(ApiClient apiClient) |
public NetworkRoutesApi()
public NetworkRoutesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getNetworkFeesCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
public NetworkFeesDTO getNetworkFees() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
public ApiResponse<NetworkFeesDTO> getNetworkFeesWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
public okhttp3.Call getNetworkFeesAsync(ApiCallback<NetworkFeesDTO> _callback) throws ApiException
_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
public okhttp3.Call getNetworkTypeCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
public NetworkTypeDTO getNetworkType() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
public ApiResponse<NetworkTypeDTO> getNetworkTypeWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
public okhttp3.Call getNetworkTypeAsync(ApiCallback<NetworkTypeDTO> _callback) throws ApiException
_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | success | - |