Class SimulateUnnamedResourcesAccessed

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.

Hierarchy

Constructors

Properties

accounts?: string[]

The unnamed accounts 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.

apps?: (number | bigint)[]

The unnamed applications that were referenced. The order of this array is arbitrary.

assetHoldings?: AssetHoldingReference[]

The unnamed asset holdings that were referenced. The order of this array is arbitrary.

assets?: (number | bigint)[]

The unnamed assets that were referenced. The order of this array is arbitrary.

attribute_map: Record<string, string>

The unnamed boxes that were referenced. The order of this array is arbitrary.

extraBoxRefs?: number | bigint

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.

Methods

  • Get an object ready for encoding to either JSON or msgpack.

    Parameters

    • binary: boolean = false

      Use true to indicate that the encoding can handle raw binary objects (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 strings. True should be used for objects that will be encoded with msgpack, and false should be used for objects that will be encoded with JSON.

    Returns Record<string, any>

Generated using TypeDoc