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¶
globalByteSlices¶
• globalByteSlices: number
Restricts number of byte slices in global state
Defined in¶
globalInts¶
• globalInts: number
Restricts number of ints in global state
Defined in¶
localByteSlices¶
• localByteSlices: number
Restricts number of byte slices in per-user local state
Defined in¶
localInts¶
• localInts: number
Restricts number of ints in per-user local state