public class RestrictionAccountRepositoryVertxImpl extends AbstractRepositoryVertxImpl implements RestrictionAccountRepository
Constructor and Description |
---|
RestrictionAccountRepositoryVertxImpl(io.nem.symbol.sdk.openapi.vertx.invoker.ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
io.reactivex.Observable<AccountRestrictions> |
getAccountRestrictions(Address address)
Returns the account restrictions for a given account.
|
io.reactivex.Observable<MerkleStateInfo> |
getAccountRestrictionsMerkle(Address address)
Returns the account restrictions merkle for a given account.
|
io.nem.symbol.sdk.openapi.vertx.api.RestrictionAccountRoutesApi |
getClient() |
io.reactivex.Observable<Page<AccountRestrictions>> |
search(AccountRestrictionSearchCriteria criteria)
It searches entities of a type based on a criteria.
|
call, call, callList, exceptionHandling, exceptionHandling, getJsonHelper, onError, toDto, toDto, toDto, toDto, toDto, toMerkleStateInfo, toPage
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
streamer
public RestrictionAccountRepositoryVertxImpl(io.nem.symbol.sdk.openapi.vertx.invoker.ApiClient apiClient)
public io.reactivex.Observable<AccountRestrictions> getAccountRestrictions(Address address)
RestrictionAccountRepository
getAccountRestrictions
in interface RestrictionAccountRepository
address
- the addressAccountRestrictions
public io.reactivex.Observable<MerkleStateInfo> getAccountRestrictionsMerkle(Address address)
RestrictionAccountRepository
getAccountRestrictionsMerkle
in interface RestrictionAccountRepository
address
- the addressMerkleStateInfo
public io.nem.symbol.sdk.openapi.vertx.api.RestrictionAccountRoutesApi getClient()
public io.reactivex.Observable<Page<AccountRestrictions>> search(AccountRestrictionSearchCriteria criteria)
Searcher
search
in interface Searcher<AccountRestrictions,AccountRestrictionSearchCriteria>
criteria
- the criteria