public interface RestrictionAccountRoutesApi
| Modifier and Type | Method and Description |
|---|---|
void |
getAccountRestrictions(java.lang.String address,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AccountRestrictionsInfoDTO>> handler) |
void |
getAccountRestrictionsMerkle(java.lang.String address,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MerkleStateInfoDTO>> handler) |
void |
searchAccountRestrictions(java.lang.String address,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AccountRestrictionsPage>> handler) |
void getAccountRestrictions(java.lang.String address,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AccountRestrictionsInfoDTO>> handler)
void getAccountRestrictionsMerkle(java.lang.String address,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MerkleStateInfoDTO>> handler)
void searchAccountRestrictions(java.lang.String address,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AccountRestrictionsPage>> handler)