public class ChainRepositoryVertxImpl extends AbstractRepositoryVertxImpl implements io.nem.sdk.api.ChainRepository
| Constructor and Description |
|---|
ChainRepositoryVertxImpl(io.nem.sdk.openapi.vertx.invoker.ApiClient apiClient,
java.util.function.Supplier<io.nem.sdk.model.blockchain.NetworkType> networkType) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<java.math.BigInteger> |
getBlockchainHeight()
Get Block chain height
|
io.reactivex.Observable<io.nem.sdk.model.blockchain.BlockchainScore> |
getChainScore()
Get Block chain score
|
io.nem.sdk.openapi.vertx.api.ChainRoutesApi |
getClient() |
call, exceptionHandling, exceptionHandling, getId, getJsonHelper, getNetworkTypeBlocking, getOrder, getPageSize, onErrorpublic ChainRepositoryVertxImpl(io.nem.sdk.openapi.vertx.invoker.ApiClient apiClient,
java.util.function.Supplier<io.nem.sdk.model.blockchain.NetworkType> networkType)
public io.nem.sdk.openapi.vertx.api.ChainRoutesApi getClient()
public io.reactivex.Observable<java.math.BigInteger> getBlockchainHeight()
getBlockchainHeight in interface io.nem.sdk.api.ChainRepositoryObservable of BigIntegerpublic io.reactivex.Observable<io.nem.sdk.model.blockchain.BlockchainScore> getChainScore()
getChainScore in interface io.nem.sdk.api.ChainRepositoryObservable of BigInteger