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.ReservedSchemaValueSpec

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

Interface: ReservedSchemaValueSpec

types/app-spec.ReservedSchemaValueSpec

Reserved schema value specification

Table of contents

Properties

Properties

descr

descr: string

The description of the reserved storage space

Defined in

src/types/app-spec.ts:142


max_keys

max_keys: number

The maximum number of slots to reserve

Defined in

src/types/app-spec.ts:144


type

type: AVMType

The type of value

Defined in

src/types/app-spec.ts:140