Skip to main content

MAX_STATEMENTS

Constant MAX_STATEMENTS 

Source
pub const MAX_STATEMENTS: usize = 256;
Expand description

Hard upper bound for one parsed script. Callers that need larger imports should split them into bounded batches before parsing.