$DryrunSource
const$DryrunSource:object
Type declaration
description
readonlydescription:"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
readonlyproperties:object
properties.app-index
readonlyproperties.app-index:object
properties.app-index.type
readonlyproperties.app-index.type:"integer"='integer'
properties.app-index.x-algorand-format
readonlyproperties.app-index.x-algorand-format:"uint64"='uint64'
properties.field-name
readonlyproperties.field-name:object
properties.field-name.description
readonlyproperties.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
readonlyproperties.field-name.type:"string"='string'
properties.source
readonlyproperties.source:object
properties.source.type
readonlyproperties.source.type:"string"='string'
properties.txn-index
readonlyproperties.txn-index:object
properties.txn-index.type
readonlyproperties.txn-index.type:"integer"='integer'
required
readonlyrequired: readonly ["app-index","field-name","source","txn-index"]
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:758