pub fn outputs_hash() -> u256Expand description
Return the 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.
ยงCost
135 mWU (milli weight units)