LookupApplicationLogsByIdData
LookupApplicationLogsByIdData:
object
Type declaration
applicationId
applicationId:
number
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.
senderAddress?
optionalsenderAddress:string
Only include transactions with this sender address.
txid?
optionaltxid:string
Lookup the specific transaction by ID.
Defined in
types.gen.ts:1940