@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-03-11T19:40:23.988-03:00[America/Argentina/Buenos_Aires]")
public class ChainRoutesApiImpl
extends java.lang.Object
implements ChainRoutesApi
| Constructor and Description |
|---|
ChainRoutesApiImpl() |
ChainRoutesApiImpl(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
getChainHeight(io.vertx.core.Handler<io.vertx.core.AsyncResult<HeightInfoDTO>> resultHandler)
Get the current height of the chain
Returns the current height of the blockchain.
|
void |
getChainScore(io.vertx.core.Handler<io.vertx.core.AsyncResult<ChainScoreDTO>> resultHandler)
Get the current score of the chain
Gets the current score of the blockchain.
|
void |
setApiClient(ApiClient apiClient) |
public ChainRoutesApiImpl()
public ChainRoutesApiImpl(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public void getChainHeight(io.vertx.core.Handler<io.vertx.core.AsyncResult<HeightInfoDTO>> resultHandler)
getChainHeight in interface ChainRoutesApiresultHandler - Asynchronous result handlerpublic void getChainScore(io.vertx.core.Handler<io.vertx.core.AsyncResult<ChainScoreDTO>> resultHandler)
getChainScore in interface ChainRoutesApiresultHandler - Asynchronous result handler