Function input_script_sigs_hash

Source
pub fn input_script_sigs_hash() -> u256
Expand description

Return the SHA256 hash of the concatenation of the SHA256 hash of each input’s scriptSig.

Note that if an input’s UTXO uses segwit, then it’s scriptSig will necessarily be the empty string. In such cases we still use the SHA256 hash of the empty string.

§Cost

138 mWU (milli weight units)