pub fn check_tx_scripts(
    tx: &Transaction,
    map_prevout_script_pub_keys: &HashMap<OutPoint, Script>,
    map_prevout_values: &HashMap<OutPoint, i64>,
    flags: u32,
    txdata: &PrecomputedTransactionData,
    str_test: &String,
    expect_valid: bool
) -> bool
Expand description

| Check that the input scripts of a transaction | are valid/invalid as expected. |