pub fn execute_with_opts(
tokens: &[Token],
opts: &ExecuteOpts,
) -> Result<bool, ScriptError>Expand description
Executes a sequence of tokens with configuration options.
See execute for return value semantics. The opts parameter
controls OP_CHECKSIG behavior via ExecuteOpts::sighash.