Skip to content

Schema

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

types/app-spec.Schema

The storage schema definition

Table of contents

Properties

Properties

declared

declared: Record<string, DeclaredSchemaValueSpec>

Declared storage schema

Defined in

src/types/app-spec.ts:303


reserved

reserved: Record<string, ReservedSchemaValueSpec>

Reserved storage schema

Defined in

src/types/app-spec.ts:305