Interface RestrictionAccountRoutesApi

    • Method Detail

      • getAccountRestrictions

        void getAccountRestrictions​(java.lang.String accountId,
                                    io.vertx.core.Handler<io.vertx.core.AsyncResult<AccountRestrictionsInfoDTO>> handler)
      • getAccountRestrictionsFromAccounts

        void getAccountRestrictionsFromAccounts​(AccountIds accountIds,
                                                io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<AccountRestrictionsInfoDTO>>> handler)