@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-03-09T21:11:31.580Z[UTC]")
public class NetworkRoutesApi
extends java.lang.Object
| Constructor and Description |
|---|
NetworkRoutesApi(NetworkRoutesApi delegate) |
| Modifier and Type | Method and Description |
|---|---|
NetworkRoutesApi |
getDelegate() |
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\".
|
static NetworkRoutesApi |
newInstance(NetworkRoutesApi arg) |
rx.Single<NetworkConfigurationDTO> |
rxGetNetworkProperties()
Get the network properties
Returns the content from a catapult-server network configuration file (resources/config-network.properties).
|
rx.Single<NetworkTypeDTO> |
rxGetNetworkType()
Get the current network type of the chain
Returns the current network type.
|
rx.Single<RentalFeesDTO> |
rxGetRentalFees()
Get rental fees information
Returns the estimated effective rental fees for namespaces and mosaics.
|
rx.Single<TransactionFeesDTO> |
rxGetTransactionFees()
Get transaction fees information
Returns the average, median, highest and lower fee multiplier over the last \"numBlocksTransactionFeeStats\".
|
public NetworkRoutesApi(NetworkRoutesApi delegate)
public NetworkRoutesApi getDelegate()
public void getNetworkProperties(io.vertx.core.Handler<io.vertx.core.AsyncResult<NetworkConfigurationDTO>> resultHandler)
resultHandler - Asynchronous result handlerpublic rx.Single<NetworkConfigurationDTO> rxGetNetworkProperties()
public void getNetworkType(io.vertx.core.Handler<io.vertx.core.AsyncResult<NetworkTypeDTO>> resultHandler)
resultHandler - Asynchronous result handlerpublic rx.Single<NetworkTypeDTO> rxGetNetworkType()
public void getRentalFees(io.vertx.core.Handler<io.vertx.core.AsyncResult<RentalFeesDTO>> resultHandler)
resultHandler - Asynchronous result handlerpublic rx.Single<RentalFeesDTO> rxGetRentalFees()
public void getTransactionFees(io.vertx.core.Handler<io.vertx.core.AsyncResult<TransactionFeesDTO>> resultHandler)
resultHandler - Asynchronous result handlerpublic rx.Single<TransactionFeesDTO> rxGetTransactionFees()
public static NetworkRoutesApi newInstance(NetworkRoutesApi arg)