Skip to main content

validate_instructions_table

Function validate_instructions_table 

Source
pub fn validate_instructions_table(
    table: &InstructionsTable,
) -> Result<(), ValidateError>
Expand description

Validate every stack entry in the table.

ยงErrors

Returns the first ValidateError produced by validate_stack_entry.