Skip to content

$ApplicationLogData

const $ApplicationLogData: object

Type declaration

description

readonly description: "Stores the global information associated with an application." = 'Stores the global information associated with an application.'

properties

readonly properties: object

properties.logs

readonly properties.logs: object

properties.logs.description

readonly properties.logs.description: "Logs for the application being executed by the transaction." = 'Logs for the application being executed by the transaction.'

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: "Transaction ID" = 'Transaction ID'

properties.txid.type

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

required

readonly required: readonly ["logs", "txid"]

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:279