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.
|
streamer
io.reactivex.Observable<AccountRestrictions> getAccountRestrictions(Address address)
address
- the addressAccountRestrictions
io.reactivex.Observable<MerkleStateInfo> getAccountRestrictionsMerkle(Address address)
address
- the addressMerkleStateInfo