Skip to content

DeclaredSchemaValueSpec

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

types/app-spec.DeclaredSchemaValueSpec

Declared schema value specification

Table of contents

Properties

Properties

descr

Optional descr: string

A description of the variable

Defined in

src/types/app-spec.ts:277


key

key: string

The name of the key

Defined in

src/types/app-spec.ts:275


static

Optional static: boolean

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

Defined in

src/types/app-spec.ts:279


type

type: AVMType

The type of value

Defined in

src/types/app-spec.ts:273