AppStorageSchema
@algorandfoundation/algokit-utils / types/app / AppStorageSchema
types/app.AppStorageSchema
Parameters representing the storage schema of an app.
Table of contents
Section titled “Table of contents”Properties
Section titled “Properties”Properties
Section titled “Properties”extraPages
Section titled “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
Section titled “Defined in”globalByteSlices
Section titled “globalByteSlices”• globalByteSlices: number
Restricts number of byte slices in global state
Defined in
Section titled “Defined in”globalInts
Section titled “globalInts”• globalInts: number
Restricts number of ints in global state
Defined in
Section titled “Defined in”localByteSlices
Section titled “localByteSlices”• localByteSlices: number
Restricts number of byte slices in per-user local state
Defined in
Section titled “Defined in”localInts
Section titled “localInts”• localInts: number
Restricts number of ints in per-user local state