public interface RestrictionAccountRepository extends SearcherRepository<AccountRestrictions,AccountRestrictionSearchCriteria>
| 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. | 
streamerio.reactivex.Observable<AccountRestrictions> getAccountRestrictions(Address address)
address - the addressAccountRestrictionsio.reactivex.Observable<MerkleStateInfo> getAccountRestrictionsMerkle(Address address)
address - the addressMerkleStateInfo