pub fn instructions_as_vec(
    script: &Script
) -> Result<Vec<Instruction<'_>>, Error>