ReadonlyapprovalApproval program pages for a contract, after template variables have been replaced and compiled to AVM bytecode
ReadonlyclearClear state program pages for a contract, after template variables have been replaced and compiled to AVM bytecode
ReadonlyextraBy default, provides extra program pages required based on approval and clear state program size, can be overridden when calling compile(ExampleContractType, { extraProgramPages: ... })
ReadonlyglobalBy default, provides global num bytes based on contract state totals, can be overridden when calling compile(ExampleContractType, { globalBytes: ... })
ReadonlyglobalBy default, provides global num uints based on contract state totals, can be overridden when calling compile(ExampleContractType, { globalUints: ... })
ReadonlylocalBy default, provides local num bytes based on contract state totals, can be overridden when calling compile(ExampleContractType, { localBytes: ... })
ReadonlylocalBy default, provides local num uints based on contract state totals, can be overridden when calling compile(ExampleContractType, { localUints: ... })
Provides compiled programs and state allocation values for a Contract. Created by calling
compile(ExampleContractType)