SimulateUnnamedResourcesAccessed
SimulateUnnamedResourcesAccessed =
object
Defined in: packages/algod_client/src/models/simulate-unnamed-resources-accessed.ts:9
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
Section titled “Properties”accounts?
Section titled “accounts?”
optionalaccounts:Address[]
Defined in: packages/algod_client/src/models/simulate-unnamed-resources-accessed.ts:13
The unnamed accounts that were referenced. The order of this array is arbitrary.
appLocals?
Section titled “appLocals?”
optionalappLocals:LocalsReference[]
Defined in: packages/algod_client/src/models/simulate-unnamed-resources-accessed.ts:43
The unnamed application local states that were referenced. The order of this array is arbitrary.
optionalapps:bigint[]
Defined in: packages/algod_client/src/models/simulate-unnamed-resources-accessed.ts:23
The unnamed applications that were referenced. The order of this array is arbitrary.
assetHoldings?
Section titled “assetHoldings?”
optionalassetHoldings:HoldingReference[]
Defined in: packages/algod_client/src/models/simulate-unnamed-resources-accessed.ts:38
The unnamed asset holdings that were referenced. The order of this array is arbitrary.
assets?
Section titled “assets?”
optionalassets:bigint[]
Defined in: packages/algod_client/src/models/simulate-unnamed-resources-accessed.ts:18
The unnamed assets that were referenced. The order of this array is arbitrary.
boxes?
Section titled “boxes?”
optionalboxes:BoxReference[]
Defined in: packages/algod_client/src/models/simulate-unnamed-resources-accessed.ts:28
The unnamed boxes that were referenced. The order of this array is arbitrary.
extraBoxRefs?
Section titled “extraBoxRefs?”
optionalextraBoxRefs:number
Defined in: packages/algod_client/src/models/simulate-unnamed-resources-accessed.ts:33
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.