@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-02-18T19:12:35.788Z[UTC]")
public class NetworkRoutesApi
extends java.lang.Object
| Constructor and Description |
|---|
NetworkRoutesApi(NetworkRoutesApi delegate) |
| Modifier and Type | Method and Description |
|---|---|
NetworkRoutesApi |
getDelegate() |
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 |
getNetworkType(io.vertx.core.Handler<io.vertx.core.AsyncResult<NetworkTypeDTO>> resultHandler)
Get the current network type of the chain
Returns the current network type.
|
static NetworkRoutesApi |
newInstance(NetworkRoutesApi arg) |
rx.Single<NetworkFeesDTO> |
rxGetNetworkFees()
Get transaction fees information
Returns information about the average, median, highest and lower fee multiplier over the last \"numBlocksTransactionFeeStats\".
|
rx.Single<NetworkTypeDTO> |
rxGetNetworkType()
Get the current network type of the chain
Returns the current network type.
|
public NetworkRoutesApi(NetworkRoutesApi delegate)
public NetworkRoutesApi getDelegate()
public void getNetworkFees(io.vertx.core.Handler<io.vertx.core.AsyncResult<NetworkFeesDTO>> resultHandler)
resultHandler - Asynchronous result handlerpublic rx.Single<NetworkFeesDTO> rxGetNetworkFees()
public void getNetworkType(io.vertx.core.Handler<io.vertx.core.AsyncResult<NetworkTypeDTO>> resultHandler)
resultHandler - Asynchronous result handlerpublic rx.Single<NetworkTypeDTO> rxGetNetworkType()
public static NetworkRoutesApi newInstance(NetworkRoutesApi arg)