MCPcopy Index your code
hub / github.com/BitVM/BitVM / execute_script_with_inputs

Function execute_script_with_inputs

bitvm/src/lib.rs:334–336  ·  view source on GitHub ↗
(script: treepp::Script, witness: Vec<Vec<u8>>)

Source from the content-addressed store, hash-verified

332}
333
334pub 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)]
339mod test {

Callers 2

Calls 1

Tested by 2