$ApplicationInitialStates
const
$ApplicationInitialStates:object
Type declaration
description
readonly
description:"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
readonly
properties:object
properties.app-boxes
readonly
properties.app-boxes:object
properties.app-boxes.$ref
readonly
properties.app-boxes.$ref:"#/components/schemas/ApplicationKVStorage"
='#/components/schemas/ApplicationKVStorage'
properties.app-globals
readonly
properties.app-globals:object
properties.app-globals.$ref
readonly
properties.app-globals.$ref:"#/components/schemas/ApplicationKVStorage"
='#/components/schemas/ApplicationKVStorage'
properties.app-locals
readonly
properties.app-locals:object
properties.app-locals.description
readonly
properties.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
readonly
properties.app-locals.items:object
properties.app-locals.items.$ref
readonly
properties.app-locals.items.$ref:"#/components/schemas/ApplicationKVStorage"
='#/components/schemas/ApplicationKVStorage'
properties.app-locals.type
readonly
properties.app-locals.type:"array"
='array'
properties.id
readonly
properties.id:object
properties.id.description
readonly
properties.id.description:"Application index."
='Application index.'
properties.id.type
readonly
properties.id.type:"integer"
='integer'
properties.id.x-algorand-format
readonly
properties.id.x-algorand-format:"uint64"
='uint64'
required
readonly
required: readonly ["id"
]
type
readonly
type:"object"
='object'
Defined in
schemas.gen.ts:257