pub const MAX_SCRIPT_DATA_LENGTH: u64 = 1024 * 1024; // 1_048_576u64
Expand description

Maximum length of script data, in bytes.