Package io.nem.sdk.openapi.vertx.api
Interface RestrictionAccountRoutesApi
-
- All Known Implementing Classes:
RestrictionAccountRoutesApiImpl
public interface RestrictionAccountRoutesApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgetAccountRestrictions(java.lang.String accountId, io.vertx.core.Handler<io.vertx.core.AsyncResult<AccountRestrictionsInfoDTO>> handler)voidgetAccountRestrictionsFromAccounts(AccountIds accountIds, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<AccountRestrictionsInfoDTO>>> handler)
-
-
-
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)
-
-