SearchForAccountsData
SearchForAccountsData:
object
Type declaration
applicationId?
optionalapplicationId:number
Application ID
assetId?
optionalassetId:number
Asset ID
authAddr?
optionalauthAddr:string
Include accounts configured to use this spending key.
currencyGreaterThan?
optionalcurrencyGreaterThan:number
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.
currencyLessThan?
optionalcurrencyLessThan:number
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.
exclude?
optionalexclude: ("all"|"assets"|"created-assets"|"apps-local-state"|"created-apps"|"none")[]
Exclude additional items such as asset holdings, application local data stored for this account, asset parameters created by this account, and application parameters created by this account.
includeAll?
optionalincludeAll:boolean
Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.
limit?
optionallimit:number
Maximum number of results to return. There could be additional pages even if the limit is not reached.
next?
optionalnext:string
The next page of results. Use the next token provided by the previous results.
round?
optionalround:number
Include results for the specified round. For performance reasons, this parameter may be disabled on some configurations. Using application-id or asset-id filters will return both creator and opt-in accounts. Filtering by include-all will return creator and opt-in accounts for deleted assets and accounts. Non-opt-in managers are not included in the results when asset-id is used.
Defined in
types.gen.ts:1420