Skip to content

AppStorageSchema

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

types/app.AppStorageSchema

Parameters representing the storage schema of an app.

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

src/types/app.ts:209


globalByteSlices: number

Restricts number of byte slices in global state

src/types/app.ts:207


globalInts: number

Restricts number of ints in global state

src/types/app.ts:205


localByteSlices: number

Restricts number of byte slices in per-user local state

src/types/app.ts:203


localInts: number

Restricts number of ints in per-user local state

src/types/app.ts:201