public interface RestrictionAccountRoutesApi
| Modifier and Type | Method and Description |
|---|---|
void |
getAccountRestrictions(java.lang.String accountId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AccountRestrictionsInfoDTO>> handler) |
void |
getAccountRestrictionsFromAccounts(AccountIds accountIds,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<AccountRestrictionsInfoDTO>>> handler) |
void getAccountRestrictions(java.lang.String accountId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AccountRestrictionsInfoDTO>> handler)
void getAccountRestrictionsFromAccounts(AccountIds accountIds, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<AccountRestrictionsInfoDTO>>> handler)