LookupAccountTransactionsData
LookupAccountTransactionsData:
object
Type declaration
accountId
accountId:
string
account string
afterTime?
optionalafterTime:string
Include results after the given time. Must be an RFC 3339 formatted string.
assetId?
optionalassetId:number
Asset ID
beforeTime?
optionalbeforeTime:string
Include results before the given time. Must be an RFC 3339 formatted string.
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.
limit?
optionallimit:number
Maximum number of results to return. There could be additional pages even if the limit is not reached.
maxRound?
optionalmaxRound:number
Include results at or before the specified max-round.
minRound?
optionalminRound:number
Include results at or after the specified min-round.
next?
optionalnext:string
The next page of results. Use the next token provided by the previous results.
notePrefix?
optionalnotePrefix:string
Specifies a prefix which must be contained in the note field.
rekeyTo?
optionalrekeyTo:boolean
Include results which include the rekey-to field.
round?
optionalround:number
Include results for the specified round.
sigType?
optionalsigType:"sig"|"msig"|"lsig"
SigType filters just results using the specified type of signature:
- sig - Standard
 - msig - MultiSig
 - lsig - LogicSig
 
txType?
optionaltxType:"pay"|"keyreg"|"acfg"|"axfer"|"afrz"|"appl"|"stpf"
txid?
optionaltxid:string
Lookup the specific transaction by ID.
Defined in
types.gen.ts:1835