Skip to content

Create Publication

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

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

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


globalByteSlices

globalByteSlices: number

Restricts number of byte slices in global state

Defined in

src/types/app.ts:188


globalInts

globalInts: number

Restricts number of ints in global state

Defined in

src/types/app.ts:186


localByteSlices

localByteSlices: number

Restricts number of byte slices in per-user local state

Defined in

src/types/app.ts:184


localInts

localInts: number

Restricts number of ints in per-user local state

Defined in

src/types/app.ts:182