Package io.nem.sdk.openapi.vertx.api
Interface ChainRoutesApi
-
- All Known Implementing Classes:
ChainRoutesApiImpl
public interface ChainRoutesApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgetChainHeight(io.vertx.core.Handler<io.vertx.core.AsyncResult<HeightInfoDTO>> handler)voidgetChainScore(io.vertx.core.Handler<io.vertx.core.AsyncResult<ChainScoreDTO>> handler)
-
-
-
Method Detail
-
getChainHeight
void getChainHeight(io.vertx.core.Handler<io.vertx.core.AsyncResult<HeightInfoDTO>> handler)
-
getChainScore
void getChainScore(io.vertx.core.Handler<io.vertx.core.AsyncResult<ChainScoreDTO>> handler)
-
-