AssetQueryBuilder class

Inheritance

Constructors

AssetQueryBuilder({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) AssetQueryBuilder
Add an additional query parameter.
inherited
includeAll(bool includeAll) AssetQueryBuilder
Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.
inherited
limit(int limit) AssetQueryBuilder
Maximum number of results to return.
inherited
me() AssetQueryBuilder
override
next(String? next) AssetQueryBuilder
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
whereAssetId(int assetId) AssetQueryBuilder
Include results with the given asset id.
inherited
whereAssetName(String name) AssetQueryBuilder
Filter just assets with the given asset name.
whereCreator(String creator) AssetQueryBuilder
Filter just assets with the given creator address.
whereCurrencyIsGreaterThan(int amount) AssetQueryBuilder
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) AssetQueryBuilder
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
whereUnitName(String unitName) AssetQueryBuilder
Filter just assets with the given unit name.

Operators

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