Skip to content

$AppCallLogs

const $AppCallLogs: object

Type declaration

description

readonly description: "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." = '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.'

properties

readonly properties: object

properties.application-index

readonly properties.application-index: object

properties.application-index.description

readonly properties.application-index.description: "The application from which the logs were generated" = 'The application from which the logs were generated'

properties.application-index.type

readonly properties.application-index.type: "integer" = 'integer'

properties.logs

readonly properties.logs: object

properties.logs.description

readonly properties.logs.description: "An array of logs" = 'An array of logs'

properties.logs.items

readonly properties.logs.items: object

properties.logs.items.format

readonly properties.logs.items.format: "byte" = 'byte'

properties.logs.items.pattern

readonly properties.logs.items.pattern: ”^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$” = '^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$'

properties.logs.items.type

readonly properties.logs.items.type: "string" = 'string'

properties.logs.type

readonly properties.logs.type: "array" = 'array'

properties.txId

readonly properties.txId: object

properties.txId.description

readonly properties.txId.description: "The transaction ID of the outer app call that lead to these logs" = 'The transaction ID of the outer app call that lead to these logs'

properties.txId.type

readonly properties.txId.type: "string" = 'string'

required

readonly required: readonly ["application-index", "logs", "txId"]

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:217