Class 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.
    • Field Detail

      • applicationIndex

        public Long applicationIndex
        The application from which the logs were generated
      • logs

        public List<byte[]> logs
        An array of logs
      • txId

        public String txId
        The transaction ID of the outer app call that lead to these logs
    • Constructor Detail

      • AppCallLogs

        public AppCallLogs()