Function simfony_as_rust::jet::signature_hash_modes::outputs_hash
source ยท pub fn outputs_hash() -> u256Expand description
Return a SHA256 hash of the following:
- The result of
output_amounts_hash(32 bytes). - The result of
output_nonces_hash(32 bytes). - The result of
output_scripts_hash(32 bytes). - The result of
output_range_proofs_hash(32 bytes).
Note: the result of output_surjection_proofs_hash is specifically excluded because surjection proofs are dependent on the inputs as well as the output. See also tx_hash.