Class ApplicationLogData
java.lang.Object
com.algorand.algosdk.v2.client.common.PathResponse
com.algorand.algosdk.v2.client.model.ApplicationLogData
public class ApplicationLogData extends PathResponse
Stores the global information associated with an application.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ApplicationLogData()
-
Method Summary
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
logs
public java.util.List<byte[]> logs(lg) Logs for the application being executed by the transaction. -
txid
public java.lang.String txidTransaction ID
-
-
Constructor Details
-
ApplicationLogData
public ApplicationLogData()
-
-
Method Details
-
logs
public void logs(java.util.List<java.lang.String> base64Encoded) -
logs
public java.util.List<java.lang.String> logs() -
equals
public boolean equals(java.lang.Object o)- Overrides:
equals
in classjava.lang.Object
-