extraPages property

  1. @JsonKey(name: 'apep')
int? extraPages
final

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

@JsonKey(name: 'apep')
final int? extraPages;