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 LookupApplicationLogsByIDIndexerClient. 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 LookupApplicationLogsByIDLookupApplicationLogsByID. limit(Long limit)Maximum number of results to return.LookupApplicationLogsByIDLookupApplicationLogsByID. maxRound(Long maxRound)Include results at or before the specified max-round.LookupApplicationLogsByIDLookupApplicationLogsByID. minRound(Long minRound)Include results at or after the specified min-round.LookupApplicationLogsByIDLookupApplicationLogsByID. next(String next)The next page of results.LookupApplicationLogsByIDLookupApplicationLogsByID. senderAddress(Address senderAddress)Only include transactions with this sender address.LookupApplicationLogsByIDLookupApplicationLogsByID. txid(String txid)Lookup the specific transaction by ID.
-