Skip to content

$DryrunSource

const $DryrunSource: object

Type declaration

description

readonly description: "DryrunSource is TEAL source text that gets uploaded, compiled, and inserted into transactions or application state." = 'DryrunSource is TEAL source text that gets uploaded, compiled, and inserted into transactions or application state.'

properties

readonly properties: object

properties.app-index

readonly properties.app-index: object

properties.app-index.type

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

properties.app-index.x-algorand-format

readonly properties.app-index.x-algorand-format: "uint64" = 'uint64'

properties.field-name

readonly properties.field-name: object

properties.field-name.description

readonly properties.field-name.description: "FieldName is what kind of sources this is. If lsig then it goes into the transactions[this.TxnIndex].LogicSig. If approv or clearp it goes into the Approval Program or Clear State Program of application[this.AppIndex]." = 'FieldName is what kind of sources this is. If lsig then it goes into the transactions[this.TxnIndex].LogicSig. If approv or clearp it goes into the Approval Program or Clear State Program of application[this.AppIndex].'

properties.field-name.type

readonly properties.field-name.type: "string" = 'string'

properties.source

readonly properties.source: object

properties.source.type

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

properties.txn-index

readonly properties.txn-index: object

properties.txn-index.type

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

required

readonly required: readonly ["app-index", "field-name", "source", "txn-index"]

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:758