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.

Implements

Constructors

  • Creates a new AppCallLogs object.

    Parameters

    • __namedParameters: {
          applicationIndex: number | bigint;
          logs: Uint8Array[];
          txid: string;
      }
      • applicationIndex: number | bigint
      • logs: Uint8Array[]
      • txid: string

    Returns AppCallLogs

Properties

applicationIndex: number

The application from which the logs were generated

logs: Uint8Array[]

An array of logs

txid: string

The transaction ID of the outer app call that lead to these logs

encodingSchemaValue: undefined | Schema

Accessors

Methods

Generated using TypeDoc