Skip to content

ReservedSchemaValueSpec

@algorandfoundation/algokit-utils / types/app-spec / 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:287


max_keys

max_keys: number

The maximum number of slots to reserve

Defined in

src/types/app-spec.ts:289


type

type: AVMType

The type of value

Defined in

src/types/app-spec.ts:285