Function bitcoin_test::check_tx_scripts
source · 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
) -> boolExpand description
| Check that the input scripts of a transaction | are valid/invalid as expected. |