Uses of Class
com.algorand.algosdk.v2.client.indexer.LookupApplicationLogsByID
-
Packages that use LookupApplicationLogsByID Package Description com.algorand.algosdk.v2.client.common com.algorand.algosdk.v2.client.indexer -
-
Uses of LookupApplicationLogsByID in com.algorand.algosdk.v2.client.common
Methods in com.algorand.algosdk.v2.client.common that return LookupApplicationLogsByID Modifier and Type Method Description LookupApplicationLogsByID
IndexerClient. lookupApplicationLogsByID(Long applicationId)
Lookup application logs. -
Uses of LookupApplicationLogsByID in com.algorand.algosdk.v2.client.indexer
Methods in com.algorand.algosdk.v2.client.indexer that return LookupApplicationLogsByID Modifier and Type Method Description LookupApplicationLogsByID
LookupApplicationLogsByID. limit(Long limit)
Maximum number of results to return.LookupApplicationLogsByID
LookupApplicationLogsByID. maxRound(Long maxRound)
Include results at or before the specified max-round.LookupApplicationLogsByID
LookupApplicationLogsByID. minRound(Long minRound)
Include results at or after the specified min-round.LookupApplicationLogsByID
LookupApplicationLogsByID. next(String next)
The next page of results.LookupApplicationLogsByID
LookupApplicationLogsByID. senderAddress(Address senderAddress)
Only include transactions with this sender address.LookupApplicationLogsByID
LookupApplicationLogsByID. txid(String txid)
Lookup the specific transaction by ID.
-