Skip to content

AppStorageSchema

@algorandfoundation/algokit-utils / types/app / AppStorageSchema

types/app.AppStorageSchema

Parameters representing the storage schema of an app.

Table of contents

Properties

Properties

extraPages

Optional extraPages: number

Any extra pages that are needed for the smart contract; if left blank then the right number of pages will be calculated based on the teal code size

Defined in

src/types/app.ts:209


globalByteSlices

globalByteSlices: number

Restricts number of byte slices in global state

Defined in

src/types/app.ts:207


globalInts

globalInts: number

Restricts number of ints in global state

Defined in

src/types/app.ts:205


localByteSlices

localByteSlices: number

Restricts number of byte slices in per-user local state

Defined in

src/types/app.ts:203


localInts

localInts: number

Restricts number of ints in per-user local state

Defined in

src/types/app.ts:201