$AppCallLogs
const$AppCallLogs:object
Type declaration
description
readonlydescription:"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
readonlyproperties:object
properties.application-index
readonlyproperties.application-index:object
properties.application-index.description
readonlyproperties.application-index.description:"The application from which the logs were generated"='The application from which the logs were generated'
properties.application-index.type
readonlyproperties.application-index.type:"integer"='integer'
properties.logs
readonlyproperties.logs:object
properties.logs.description
readonlyproperties.logs.description:"An array of logs"='An array of logs'
properties.logs.items
readonlyproperties.logs.items:object
properties.logs.items.format
readonlyproperties.logs.items.format:"byte"='byte'
properties.logs.items.pattern
readonlyproperties.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
readonlyproperties.logs.items.type:"string"='string'
properties.logs.type
readonlyproperties.logs.type:"array"='array'
properties.txId
readonlyproperties.txId:object
properties.txId.description
readonlyproperties.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
readonlyproperties.txId.type:"string"='string'
required
readonlyrequired: readonly ["application-index","logs","txId"]
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:217