public interface RestrictionMosaicRoutesApi
| Modifier and Type | Method and Description |
|---|---|
void |
getMosaicRestrictions(java.lang.String compositeHash,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Object>> handler) |
void |
getMosaicRestrictionsMerkle(java.lang.String compositeHash,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MerkleStateInfoDTO>> handler) |
void |
searchMosaicRestrictions(java.lang.String mosaicId,
MosaicRestrictionEntryTypeEnum entryType,
java.lang.String targetAddress,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MosaicRestrictionsPage>> handler) |
void getMosaicRestrictions(java.lang.String compositeHash,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Object>> handler)
void getMosaicRestrictionsMerkle(java.lang.String compositeHash,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MerkleStateInfoDTO>> handler)
void searchMosaicRestrictions(java.lang.String mosaicId,
MosaicRestrictionEntryTypeEnum entryType,
java.lang.String targetAddress,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MosaicRestrictionsPage>> handler)