Class AppCallLogs
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.AppCallLogs
-
public class AppCallLogs extends PathResponse
The logged messages from an app call along with the app ID and outer transaction ID. Logs appear in the same order that they were emitted.
-
-
Constructor Summary
Constructors Constructor Description AppCallLogs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<String>
logs()
void
logs(List<String> base64Encoded)
-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-