public interface MosaicRoutesApi
| Modifier and Type | Method and Description |
|---|---|
void |
getMosaic(java.lang.String mosaicId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MosaicInfoDTO>> handler) |
void |
getMosaics(MosaicIds mosaicIds,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<MosaicInfoDTO>>> handler) |
void |
searchMosaics(java.lang.String ownerAddress,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MosaicPage>> handler) |
void getMosaic(java.lang.String mosaicId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MosaicInfoDTO>> handler)
void getMosaics(MosaicIds mosaicIds, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<MosaicInfoDTO>>> handler)
void searchMosaics(java.lang.String ownerAddress,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MosaicPage>> handler)