Skip to content

创建文章

We are looking for publications that demonstrate building dApps or smart contracts!
See the full list of Gitcoin bounties that are eligible for rewards.

types app spec.DeclaredSchemaValueSpec

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

Interface: 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:132


key

key: string

The name of the key

Defined in

src/types/app-spec.ts:130


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:134


type

type: AVMType

The type of value

Defined in

src/types/app-spec.ts:128