public class HashLockRepositoryVertxImpl extends AbstractRepositoryVertxImpl implements HashLockRepository
| Constructor and Description |
|---|
HashLockRepositoryVertxImpl(io.nem.symbol.sdk.openapi.vertx.invoker.ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
io.nem.symbol.sdk.openapi.vertx.api.HashLockRoutesApi |
getClient() |
io.reactivex.Observable<HashLockInfo> |
getHashLock(java.lang.String hash)
Returns a lock hash info based on the hash
|
io.reactivex.Observable<MerkleStateInfo> |
getHashLockMerkle(java.lang.String hash)
Returns a lock hash merkle info based on the hash
|
io.reactivex.Observable<Page<HashLockInfo>> |
search(HashLockSearchCriteria criteria)
It searches entities of a type based on a criteria.
|
call, call, callList, exceptionHandling, exceptionHandling, getJsonHelper, onError, toDto, toDto, toDto, toDto, toDto, toMerkleStateInfo, toPageclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstreamerpublic HashLockRepositoryVertxImpl(io.nem.symbol.sdk.openapi.vertx.invoker.ApiClient apiClient)
public io.reactivex.Observable<HashLockInfo> getHashLock(java.lang.String hash)
HashLockRepositorygetHashLock in interface HashLockRepositoryhash - the hashHashLockInfopublic io.reactivex.Observable<MerkleStateInfo> getHashLockMerkle(java.lang.String hash)
HashLockRepositorygetHashLockMerkle in interface HashLockRepositoryhash - the hashMerkleStateInfopublic io.reactivex.Observable<Page<HashLockInfo>> search(HashLockSearchCriteria criteria)
Searchersearch in interface Searcher<HashLockInfo,HashLockSearchCriteria>criteria - the criteriapublic io.nem.symbol.sdk.openapi.vertx.api.HashLockRoutesApi getClient()