Skip to content

$SimulateUnnamedResourcesAccessed

const $SimulateUnnamedResourcesAccessed: object

Type declaration

description

readonly description: "These are resources that were accessed by this group that would normally have caused failure, but were allowed in simulation. Depending on where this object is in the response, the unnamed resources it contains may or may not qualify for group resource sharing. If this is a field in SimulateTransactionGroupResult, the resources do qualify, but if this is a field in SimulateTransactionResult, they do not qualify. In order to make this group valid for actual submission, resources that qualify for group sharing can be made available by any transaction of the group; otherwise, resources must be placed in the same transaction which accessed them." = 'These are resources that were accessed by this group that would normally have caused failure, but were allowed in simulation. Depending on where this object is in the response, the unnamed resources it contains may or may not qualify for group resource sharing. If this is a field in SimulateTransactionGroupResult, the resources do qualify, but if this is a field in SimulateTransactionResult, they do not qualify. In order to make this group valid for actual submission, resources that qualify for group sharing can be made available by any transaction of the group; otherwise, resources must be placed in the same transaction which accessed them.'

properties

readonly properties: object

properties.accounts

readonly properties.accounts: object

properties.accounts.description

readonly properties.accounts.description: "The unnamed accounts that were referenced. The order of this array is arbitrary." = 'The unnamed accounts that were referenced. The order of this array is arbitrary.'

properties.accounts.items

readonly properties.accounts.items: object

properties.accounts.items.type

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

properties.accounts.items.x-algorand-format

readonly properties.accounts.items.x-algorand-format: "Address" = 'Address'

properties.accounts.type

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

properties.app-locals

readonly properties.app-locals: object

properties.app-locals.description

readonly properties.app-locals.description: "The unnamed application local states that were referenced. The order of this array is arbitrary." = 'The unnamed application local states that were referenced. The order of this array is arbitrary.'

properties.app-locals.items

readonly properties.app-locals.items: object

properties.app-locals.items.$ref

readonly properties.app-locals.items.$ref: "#/components/schemas/ApplicationLocalReference" = '#/components/schemas/ApplicationLocalReference'

properties.app-locals.type

readonly properties.app-locals.type: "array" = 'array'

properties.apps

readonly properties.apps: object

properties.apps.description

readonly properties.apps.description: "The unnamed applications that were referenced. The order of this array is arbitrary." = 'The unnamed applications that were referenced. The order of this array is arbitrary.'

properties.apps.items

readonly properties.apps.items: object

properties.apps.items.type

readonly properties.apps.items.type: "integer" = 'integer'

properties.apps.items.x-algorand-format

readonly properties.apps.items.x-algorand-format: "uint64" = 'uint64'

properties.apps.type

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

properties.asset-holdings

readonly properties.asset-holdings: object

properties.asset-holdings.description

readonly properties.asset-holdings.description: "The unnamed asset holdings that were referenced. The order of this array is arbitrary." = 'The unnamed asset holdings that were referenced. The order of this array is arbitrary.'

properties.asset-holdings.items

readonly properties.asset-holdings.items: object

properties.asset-holdings.items.$ref

readonly properties.asset-holdings.items.$ref: "#/components/schemas/AssetHoldingReference" = '#/components/schemas/AssetHoldingReference'

properties.asset-holdings.type

readonly properties.asset-holdings.type: "array" = 'array'

properties.assets

readonly properties.assets: object

properties.assets.description

readonly properties.assets.description: "The unnamed assets that were referenced. The order of this array is arbitrary." = 'The unnamed assets that were referenced. The order of this array is arbitrary.'

properties.assets.items

readonly properties.assets.items: object

properties.assets.items.type

readonly properties.assets.items.type: "integer" = 'integer'

properties.assets.items.x-algorand-format

readonly properties.assets.items.x-algorand-format: "uint64" = 'uint64'

properties.assets.type

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

properties.boxes

readonly properties.boxes: object

properties.boxes.description

readonly properties.boxes.description: "The unnamed boxes that were referenced. The order of this array is arbitrary." = 'The unnamed boxes that were referenced. The order of this array is arbitrary.'

properties.boxes.items

readonly properties.boxes.items: object

properties.boxes.items.$ref

readonly properties.boxes.items.$ref: "#/components/schemas/BoxReference" = '#/components/schemas/BoxReference'

properties.boxes.type

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

properties.extra-box-refs

readonly properties.extra-box-refs: object

properties.extra-box-refs.description

readonly properties.extra-box-refs.description: "The number of extra box references used to increase the IO budget. This is in addition to the references defined in the input transaction group and any referenced to unnamed boxes." = 'The number of extra box references used to increase the IO budget. This is in addition to the references defined in the input transaction group and any referenced to unnamed boxes.'

properties.extra-box-refs.type

readonly properties.extra-box-refs.type: "integer" = 'integer'

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:1286