AccountQueryBuilder class

Inheritance

Constructors

AccountQueryBuilder({required IndexerRepository indexerRepository})

Properties

hashCode int
The hash code for this object.
no setterinherited
indexerRepository → IndexerRepository
final
parameters Map<String, dynamic>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addQueryParameter(String parameter, dynamic value) AccountQueryBuilder
Add an additional query parameter.
inherited
balances(int assetId) AccountQueryBuilder
Lookup the list of accounts who hold this asset
includeAll(bool includeAll) AccountQueryBuilder
Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.
inherited
limit(int limit) AccountQueryBuilder
Maximum number of results to return.
inherited
me() AccountQueryBuilder
override
next(String? next) AccountQueryBuilder
The next page of results. Use the next token provided by the previous results.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
Perform the query and fetch the transactions.
toString() String
A string representation of this object.
inherited
whereApplicationId(int applicationId) AccountQueryBuilder
Include results with the given application id.
whereAssetId(int assetId) AccountQueryBuilder
Include results with the given asset id.
inherited
whereAuthAddress(String authAddress) AccountQueryBuilder
Include accounts configured to use this spending key.
whereCurrencyIsGreaterThan(int amount) AccountQueryBuilder
Results should have an amount greater than this value. MicroAlgos are the default currency unless an asset-id is provided, in which case the asset will be used.
inherited
whereCurrencyIsLessThan(int amount) AccountQueryBuilder
Results should have an amount less than this value. MicroAlgos are the default currency unless an asset-id is provided, in which case the asset will be used.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

KEY_BALANCE_ID → const String
Reserved keyword to check balances