public interface RestrictionMosaicRepository extends SearcherRepository<MosaicRestriction<?>,MosaicRestrictionSearchCriteria>
Modifier and Type | Method and Description |
---|---|
io.reactivex.Observable<MosaicRestriction<?>> |
getMosaicRestrictions(java.lang.String compositeHash)
Get mosaic restriction info of the given id.
|
io.reactivex.Observable<MerkleStateInfo> |
getMosaicRestrictionsMerkle(java.lang.String compositeHash)
Get mosaic restriction merkle info of the given id.
|
streamer
io.reactivex.Observable<MosaicRestriction<?>> getMosaicRestrictions(java.lang.String compositeHash)
compositeHash
- MosaicRestriction composite hash idMosaicRestriction
io.reactivex.Observable<MerkleStateInfo> getMosaicRestrictionsMerkle(java.lang.String compositeHash)
compositeHash
- MosaicRestriction composite hash idMerkleStateInfo