(script: treepp::Script, witness: Vec<Vec<u8>>)
| 332 | } |
| 333 | |
| 334 | pub fn execute_script_with_inputs(script: treepp::Script, witness: Vec<Vec<u8>>) -> ExecuteInfo { |
| 335 | execute_raw_script_with_inputs(script.compile().to_bytes(), witness) |
| 336 | } |
| 337 | |
| 338 | #[cfg(test)] |
| 339 | mod test { |