Skip to content

DeclaredSchemaValueSpec

@algorandfoundation/algokit-utils / types/app-spec / DeclaredSchemaValueSpec

types/app-spec.DeclaredSchemaValueSpec

Declared schema value specification

• Optional descr: string

A description of the variable

src/types/app-spec.ts:277


• key: string

The name of the key

src/types/app-spec.ts:275


• Optional static: boolean

Whether or not the value is set statically (at create time only) or dynamically

src/types/app-spec.ts:279


• type: AVMType

The type of value

src/types/app-spec.ts:273