pub const CONTRACT_MAX_SIZE: u64 = 16 * 1024 * 1024; // 16_777_216u64
Expand description

Maximum contract size, in bytes.