pub fn issuance_range_proofs_hash() -> u256Expand description
Return a SHA256 hash of the concatenation of the following for every input:
- The SHA256 hash of the range proof of the input’s issuance asset amount (32 bytes).
- The SHA256 hash of the range proof of the input’s issuance token amount (32 bytes).
Note that each the range proof is considered to be the empty string in the case there is no issuance, or if the asset or token amount doesn’t exist (i.e is null). The SHA256 hash of the empty string is still used in these cases.