public interface SecretLockRepository extends SearcherRepository<SecretLockInfo,SecretLockSearchCriteria>
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<SecretLockInfo> |
getSecretLock(java.lang.String compositeHash)
Get secret lock info of the given id.
|
io.reactivex.Observable<MerkleStateInfo> |
getSecretLockMerkle(java.lang.String compositeHash)
Get secret lock merkle info of the given id.
|
streamerio.reactivex.Observable<SecretLockInfo> getSecretLock(java.lang.String compositeHash)
compositeHash - SecretLockInfo composite hash idSecretLockInfoio.reactivex.Observable<MerkleStateInfo> getSecretLockMerkle(java.lang.String compositeHash)
compositeHash - SecretLockInfo composite hash idMerkleStateInfo