cpuInstructions

Number of CPU instructions the contract execution can consume.

This corresponds to WASM instruction count. More complex contracts require more instructions. Typical values range from 100K to 10M.

Stored as uint32 in XDR but represented as Long for convenience. Values must be in range 0, 4294967295.