LookupApplicationLogsByIdData
LookupApplicationLogsByIdData:
object
Type declaration
applicationId
applicationId:
number
limit?
optional
limit:number
Maximum number of results to return. There could be additional pages even if the limit is not reached.
maxRound?
optional
maxRound:number
Include results at or before the specified max-round.
minRound?
optional
minRound:number
Include results at or after the specified min-round.
next?
optional
next:string
The next page of results. Use the next token provided by the previous results.
senderAddress?
optional
senderAddress:string
Only include transactions with this sender address.
txid?
optional
txid:string
Lookup the specific transaction by ID.
Defined in
types.gen.ts:1940