$ApplicationInitialStates
const$ApplicationInitialStates:object
Type declaration
description
readonlydescription:"An application's initial global/local/box states that were accessed during simulation."="An application's initial global/local/box states that were accessed during simulation."
properties
readonlyproperties:object
properties.app-boxes
readonlyproperties.app-boxes:object
properties.app-boxes.$ref
readonlyproperties.app-boxes.$ref:"#/components/schemas/ApplicationKVStorage"='#/components/schemas/ApplicationKVStorage'
properties.app-globals
readonlyproperties.app-globals:object
properties.app-globals.$ref
readonlyproperties.app-globals.$ref:"#/components/schemas/ApplicationKVStorage"='#/components/schemas/ApplicationKVStorage'
properties.app-locals
readonlyproperties.app-locals:object
properties.app-locals.description
readonlyproperties.app-locals.description:"An application's initial local states tied to different accounts."="An application's initial local states tied to different accounts."
properties.app-locals.items
readonlyproperties.app-locals.items:object
properties.app-locals.items.$ref
readonlyproperties.app-locals.items.$ref:"#/components/schemas/ApplicationKVStorage"='#/components/schemas/ApplicationKVStorage'
properties.app-locals.type
readonlyproperties.app-locals.type:"array"='array'
properties.id
readonlyproperties.id:object
properties.id.description
readonlyproperties.id.description:"Application index."='Application index.'
properties.id.type
readonlyproperties.id.type:"integer"='integer'
properties.id.x-algorand-format
readonlyproperties.id.x-algorand-format:"uint64"='uint64'
required
readonlyrequired: readonly ["id"]
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:257