@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-09-25T14:18:23.319Z[UTC]")
public class ChainRoutesApi
extends java.lang.Object
| Constructor and Description |
|---|
ChainRoutesApi(ChainRoutesApi delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
getChainInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<ChainInfoDTO>> resultHandler)
Get the current information of the chain
Returns the current information of the blockchain.
|
ChainRoutesApi |
getDelegate() |
static ChainRoutesApi |
newInstance(ChainRoutesApi arg) |
rx.Single<ChainInfoDTO> |
rxGetChainInfo()
Get the current information of the chain
Returns the current information of the blockchain.
|
public ChainRoutesApi(ChainRoutesApi delegate)
public ChainRoutesApi getDelegate()
public void getChainInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<ChainInfoDTO>> resultHandler)
resultHandler - Asynchronous result handlerpublic rx.Single<ChainInfoDTO> rxGetChainInfo()
public static ChainRoutesApi newInstance(ChainRoutesApi arg)