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.
|
streamer
io.reactivex.Observable<SecretLockInfo> getSecretLock(java.lang.String compositeHash)
compositeHash
- SecretLockInfo composite hash idSecretLockInfo
io.reactivex.Observable<MerkleStateInfo> getSecretLockMerkle(java.lang.String compositeHash)
compositeHash
- SecretLockInfo composite hash idMerkleStateInfo