extraPages property

int? extraPages
getter/setter pair

Number of additional pages allocated to the application's approval and clear state programs. Each ExtraProgramPages is 2048 bytes.

The sum of ApprovalProgram and ClearStateProgram may not exceed 2048*(1+ExtraProgramPages) bytes.

Implementation

int? extraPages;